Gets the aggregated records associated with this navigation query, which come from the original records consolidated by a rollup key.

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

Syntax

C#
public virtual AggrERecList AggrERecs { get; }
Visual Basic
Public Overridable ReadOnly Property AggrERecs As AggrERecList
	Get
Visual C++
public:
virtual property AggrERecList^ AggrERecs {
	AggrERecList^ get ();
}

Field Value

The aggregated records of this navigation query. If no aggregated records are available an emtpy AggrERecList is returned.

See Also