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

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field Value

The offset in the navigation aggregated record list for navigation query.

Remarks

Defaults to an offset of 0 if not set. Only applicable when a aggregated record set is queried for.

See Also