Gets the collection of AggregateRecords.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public ReadOnlyCollection<AggregateRecord> AggregateRecords { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property AggregateRecords As ReadOnlyCollection(Of AggregateRecord) | 
| Visual C++ | 
|---|
| public: property ReadOnlyCollection<AggregateRecord^>^ AggregateRecords { ReadOnlyCollection<AggregateRecord^>^ get (); } | 





