RObject.Class Property
Gets the class of the object.
Definition
Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public string Class { get; }
Property Value
StringRemarks
If the object does not have a class, then an empty string is returned.