Gets and sets the offset into the navigation record list for 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 NavERecsOffset { get; set; } | 
| Visual Basic | 
|---|
| Public Overridable Property NavERecsOffset As Long Get Set | 
| Visual C++ | 
|---|
| public: virtual property long long NavERecsOffset { long long get (); void set (long long value); } | 
Field Value
The offset in the navigation record list for navigation query. Remarks
Remarks
            Defaults to an offset of 0 if not set.
            





