====== Match ====== Property of [[:scripting:api:label-info:start|ILabelInfo]] ===== Description ===== Match regular expression ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var sVal = LabelInfo.Match; ==== Visual Basic Script ==== sVal = LabelInfo.Match ==== C++ ==== BSTR sVal; HRESULT hr = LabelInfo.get_Match(&sVal); ===== See Also ===== [[:scripting:api:label-info:start|ILabelInfo]] ~~NOTOC~~