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