See Item[([(String])]).
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public IAttributeValue this[ string key ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ key As String _ ) As IAttributeValue |
| Visual C++ |
|---|
public: virtual property IAttributeValue^ default[String^ key] { IAttributeValue^ get (String^ key) sealed; } |
Parameters
- key
- Type: System..::.String