Gets the class of the object.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public string[] Classes { get; }
Public ReadOnly Property Classes As String()
Get
public:
property array<String^>^ Classes {
array<String^>^ get ();
}
member Classes : string[] with get
Property Value
Type:
String
If the object does not have a class, then an empty string
is returned.
Reference