Gets the total number of aggregated records matching navigation query.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public virtual long TotalNumAggrERecs { get; } | 
| Visual Basic | 
|---|
| Public Overridable ReadOnly Property TotalNumAggrERecs As Long Get | 
| Visual C++ | 
|---|
| public: virtual property long long TotalNumAggrERecs { long long get (); } | 
Field Value
Total number of aggregated records in this navigation query. Remarks
Remarks
            While a navigation may contain aggregated records often a navigation 
            object does not contain all the aggregated records in the navigation.
            





