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