The class name.
[Visual Basic .NET] Public Property Class As String
[C#] public string Class {get; set;}
[C++]
HRESULT get_Class(
BSTR* ClassName
);
[C++]
HRESULT put_Class(
BSTR ClassName
);
[C++]Parameters
ClassName [out, retval] ClassName is a parameter of type BSTR ClassName [in] ClassName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Class is the descriptive name of the class.
Remarks
This is used when labeling by the renderer method or using WhereClause to label the same FeatureLayer different ways.