scripting:api:label-info:match

Match

Property of ILabelInfo

Match regular expression

Read-Only Property of type BSTR

var sVal = LabelInfo.Match;
sVal = LabelInfo.Match
BSTR sVal;
HRESULT hr = LabelInfo.get_Match(&sVal);