scripting:api:label-info:description-match

DescriptionMatch

Property of ILabelInfo

Description match regular expression

Read-Only Property of type BSTR

var sVal = LabelInfo.DescriptionMatch;

==== Visual Basic Script ====

sVal = LabelInfo.DescriptionMatch

==== C++ ====

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

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