Match

Property of ILabelInfo

Description

Match regular expression

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var sVal = LabelInfo.Match;

Visual Basic Script

sVal = LabelInfo.Match

C++

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

See Also

ILabelInfo