This document is archived and information here might be outdated.  Recommended version.


ITOCClass.Label Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITOCClass.Label Property

The label text for the TOC class.

[Visual Basic .NET]
Public ReadOnly Property Label As String
[C#]
public string Label {get;}
[C++]
HRESULT get_Label(
  BSTR* Label
);
[C++]

Parameters Label [out, retval] Label is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITOCClass Interface