scripting:api:label-info:highlight

Highlight

Property of ILabelInfo

Highlight regular expression replace string

Read-Only Property of type BSTR

var sVal = LabelInfo.Highlight;
sVal = LabelInfo.Highlight
BSTR sVal;
HRESULT hr = LabelInfo.get_Highlight(&sVal);