Returns a Dictionary<(Of <(TKey, TValue>)>) where TKEY is a String that is the DimensionValue 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, DimensionValue> DimensionValuesById { get; }
Visual Basic (Declaration)
Public ReadOnly Property DimensionValuesById As Dictionary(Of String, DimensionValue)
Visual C++
public:
virtual property Dictionary<String^, DimensionValue^>^ DimensionValuesById {
	Dictionary<String^, DimensionValue^>^ get () sealed;
}

Implements

IIndexProvider..::.DimensionValuesById

See Also