Gets the collection of AggregateRecords.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

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 ();
}

See Also