Gets or sets an attribute in the collection.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.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
Numerical Libraries
Supported in: 6.0
Reference