Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var sVal = LabelInfo.Match; </code>==== Visual Basic Script ==== <code vb> sVal = LabelInfo.Match </code>==== C++ ==== <code cpp> BSTR sVal; HRESULT hr = LabelInfo.get_Match(&sVal); </code>===== See Also ===== [[:scripting:api:label-info:start|ILabelInfo]] ~~NOTOC~~