Gets and sets the rollup key with which the records of the navigation query should be rolled up with to create aggregated records.

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

Syntax

C#
public virtual string NavRollupKey { get; set; }
Visual Basic
Public Overridable Property NavRollupKey As String
	Get
	Set
Visual C++
public:
virtual property String^ NavRollupKey {
	String^ get ();
	void set (String^ value);
}

Field Value

The rollup key of the navigation. null if none is specified.

Remarks

By setting a key with this method, records will not be returned by the navigation query but instead Aggr Records will be returned.

See Also