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

Syntax

C#
ReadOnlyCollection<IAttributeValue> IAttributeMap.ByKey(
	string key
)
Visual Basic (Declaration)
Private Function ByKey ( _
	key As String _
) As ReadOnlyCollection(Of IAttributeValue) Implements IAttributeMap.ByKey
Visual C++
private:
virtual ReadOnlyCollection<IAttributeValue^>^ ByKey(
	String^ key
) sealed = IAttributeMap::ByKey

Parameters

key
Type: System..::.String

Implements

IAttributeMap..::.ByKey(String)

See Also