scripting:api:label-info:description-match

DescriptionMatch

Property of ILabelInfo

Description match regular expression

Read-Only Property of type BSTR

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