Look up an AggregateRecord by the id.

Namespace:  Endeca.Web.Url.Indexing
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
Dictionary<string, AggregateRecord> AggregateRecordsById { get; }
Visual Basic (Declaration)
ReadOnly Property AggregateRecordsById As Dictionary(Of String, AggregateRecord)
Visual C++
property Dictionary<String^, AggregateRecord^>^ AggregateRecordsById {
	Dictionary<String^, AggregateRecord^>^ get ();
}

See Also