Accessor which gets/sets the number of results to be returned per dimension for all dimensions. The per-dimension setting overrides the global setting for that 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);
}

Field Value

An
CopyC#
OptionalInt
that specified the number of results to be returned per dimension for all dimensions. If the
CopyC#
OptionalBoolean
is empty, then, by default, all results are returned.

See Also