Get and sets the max number of records returned for the navigation query.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
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
Remarks
            Defaults to 10.
            





