This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDisplayExpressionProperties Interface > IDisplayExpressionProperties.Expression Property (ArcObjects .NET 10.5 SDK) |
The VBScript or JScript expression that evaluates and formats the label.
[Visual Basic .NET] Public Property Expression As String
[C#] public string Expression {get; set;}
[C++]
HRESULT get_Expression(
BSTR* Expression
);
[C++]
HRESULT put_Expression(
BSTR Expression
);
[C++]
Parameters Expression [out, retval] Expression is a parameter of type BSTR Expression [in] Expression is a parameter of type BSTR