Gets the IAttributeValue instance with the specified key. If there are more than one instance for the key the first (i.e. the instance that was added to this map first) is returned. Returns null if there is no such instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
IAttributeValue this[
	string key
] { get; }
Visual Basic (Declaration)
ReadOnly Default Property Item ( _
	key As String _
) As IAttributeValue
Visual C++
property IAttributeValue^ default[String^ key] {
	IAttributeValue^ get (String^ key);
}

Parameters

key
Type: System..::.String
Key of the attribute value to return.

See Also