ArcObjects Library Reference (Carto)  

ILabelClassDescription2.LabelExpression Property

The Label Expression.

[Visual Basic .NET]
Public Property LabelExpression As String
[C#]
public string LabelExpression {get; set;}
[C++]
HRESULT get_LabelExpression(
  BSTR* LabelExpression
);
[C++]
HRESULT put_LabelExpression(
  BSTR LabelExpression
);
[C++]

Parameters

LabelExpression [out, retval]   LabelExpression is a parameter of type BSTR LabelExpression [in]   LabelExpression is a parameter of type BSTR

Product Availability

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

See Also

ILabelClassDescription2 Interface