Get and sets the max number of records returned for the navigation query.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual long NavNumERecs { get; set; }
Visual Basic
Public Overridable Property NavNumERecs As Long
	Get
	Set
Visual C++
public:
virtual property long long NavNumERecs {
	long long get ();
	void set (long long value);
}

Field Value

Max number of records to return for the navigation query.

Remarks

Defaults to 10.

See Also