Currently active renderer field.
[Visual Basic .NET] Public Property Field As String
[C#] public string Field {get; set;}
[C++]
HRESULT get_Field(
BSTR* pField
);
[C++]
HRESULT put_Field(
BSTR pField
);
[C++]Parameters
pField [out, retval] pField is a parameter of type BSTR pField [in] pField is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.