Namespace:
Endeca.Data
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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