Accessor which gets/sets the maximum number of results to return for the dimension.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public OptionalInt NumResults { get; set; }
Visual Basic
Public Property NumResults As OptionalInt
	Get
	Set
Visual C++
public:
property OptionalInt^ NumResults {
	OptionalInt^ get ();
	void set (OptionalInt^ value);
}

See Also