Gets the collection of attributes associated with the object.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public RAttributeCollection Attributes { get; set; }
Public Property Attributes As RAttributeCollection
Get
Set
public:
property RAttributeCollection^ Attributes {
RAttributeCollection^ get ();
void set (RAttributeCollection^ value);
}
member Attributes : RAttributeCollection with get, set
Property Value
Type:
RAttributeCollection
Reference