Returns a Dictionary<(Of <(TKey, TValue>)>) where TKEY is a String that is the AggregateRecord id.

Namespace:  Endeca.Web.Url.Indexing
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

Implements

IIndexProvider..::.AggregateRecordsById

See Also