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

Syntax

C#
IAttributeValue IAttributeMap.Item[
	string key
] { get; }
Visual Basic (Declaration)
Private ReadOnly Property Item ( _
	key As String _
) As IAttributeValue Implements IAttributeMap.Item
Visual C++
private:
virtual property IAttributeValue^ Item[String^ key] {
	IAttributeValue^ get (String^ key) sealed = IAttributeMap::Item::get;
}

Parameters

key
Type: System..::.String

Implements

IAttributeMap..::.Item[([(String])])

See Also