Gets the collection of IAttributeValue instances in this map that have the
specified key.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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.