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