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


IMapServerLegendClass.Label Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerLegendClass Interface > IMapServerLegendClass.Label Property
ArcGIS Developer Help

IMapServerLegendClass.Label Property

The label string.

[Visual Basic .NET]
Public ReadOnly Property Label As String
[C#]
public string Label {get;}
[C++]
HRESULT get_Label(
  System.String* 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