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