Gets or sets an attribute in the collection.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public RObject this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As RObject
Get
Set
public:
virtual property RObject^ default[String^ key] {
RObject^ get (String^ key) sealed;
void set (String^ key, RObject^ value) sealed;
}
abstract Item : RObject with get, set
override Item : RObject with get, set
Parameters
- key
- Type: SystemString
The name of the attribute.
Return Value
Type:
RObjectThe value of the attribute with name
key.
Implements
IDictionaryTKey, TValueItemTKey
Reference