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

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

Syntax

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

Implements

IIndexProvider..::.RecordsById

See Also