RAttribute Collection.Item Property
Gets or sets an attribute in the collection.
Definition
Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
The value of the attribute with name key.
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public RObject this[
string key
] { get; set; }
Parameters
- key String
- The name of the attribute.
Return Value
RObjectThe value of the attribute with name key.