Gets and sets the offset into the navigation record list for navigation query.

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

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

Defaults to an offset of 0 if not set.

See Also