Gets the collection of properties that can be used as aggregation keys in aggregated record commands.

Namespace:  Endeca.Data.Content.Navigation
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
ReadOnlyCollection<string> AggregationKeys { get; }
Visual Basic (Declaration)
ReadOnly Property AggregationKeys As ReadOnlyCollection(Of String)
Visual C++
property ReadOnlyCollection<String^>^ AggregationKeys {
	ReadOnlyCollection<String^>^ get ();
}

See Also