Gets the ERec objects of this aggregated record.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
Syntax
| C# | 
|---|
public virtual ERecList ERecs { get; }  | 
| Visual Basic | 
|---|
Public Overridable ReadOnly Property ERecs As ERecList Get  | 
| Visual C++ | 
|---|
public: virtual property ERecList^ ERecs { ERecList^ get (); }  | 
Field Value
ERec objects of the aggregated record.
Remarks
            This list may contain all records of the aggregated record, 
            a subset or none, based on the nature of the query that 
            retrieved the aggregated record.  In the case there are none
            an empty ERecList will still be returned.