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


IMapServerLegendClass.Label Property (ArcObjects .NET 10.4 SDK)
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