scripting:api:label-info:name

Name

Property of ILabelInfo

Name regular expression replace string

Read-Only Property of type BSTR

var sVal = LabelInfo.Name;

==== Visual Basic Script ====

sVal = LabelInfo.Name

==== C++ ====

BSTR sVal;
HRESULT hr = LabelInfo.get_Name(&sVal);

===== See Also ===== ILabelInfo