This document is archived and information here might be outdated. Recommended version. |
Indicates whether label expressions need to be converted.
[Visual Basic .NET] Public Property ConvertLabelExpressions As Boolean
[C#] public bool ConvertLabelExpressions {get; set;}
[C++]
HRESULT get_ConvertLabelExpressions(
Boolean* Convert
);
[C++]
HRESULT put_ConvertLabelExpressions(
VARIANT_BOOL Convert
);
[C++]
Parameters Convert [out, retval]
Convert is a parameter of type bool* Convert [in]
Convert is a parameter of type bool