ArcObjects Library Reference (Carto)  

IMapServerLegendClass.Label Property

The label string.

[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

IMapServerLegendClass Interface