Gets the collection of IAttributeValue instances in this map that have the specified key.

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

Syntax

C#
ReadOnlyCollection<IAttributeValue> ByKey(
	string key
)
Visual Basic (Declaration)
Function ByKey ( _
	key As String _
) As ReadOnlyCollection(Of IAttributeValue)
Visual C++
ReadOnlyCollection<IAttributeValue^>^ ByKey(
	String^ key
)

Parameters

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

See Also