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