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#
public string Class { get; }

Property Value

String

Remarks

If the object does not have a class, then an empty string is returned.

See Also