DescriptionMatch

Property of ILabelInfo

Description

Description match regular expression

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var sVal = LabelInfo.DescriptionMatch;

==== Visual Basic Script ====

sVal = LabelInfo.DescriptionMatch

==== C++ ====

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

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