Look up a Record 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, Record> RecordsById { get; }
Visual Basic (Declaration)
ReadOnly Property RecordsById As Dictionary(Of String, Record)
Visual C++
property Dictionary<String^, Record^>^ RecordsById {
	Dictionary<String^, Record^>^ get ();
}

See Also