====== Info ======
Property of [[:scripting:api:label:start|ILabel]]
===== Description =====
Label definition information
===== Property type =====
Read-Only Property of type **[[:scripting:api:label-info:start|ILabelInfo]]**
===== Syntax =====
==== JavaScript ====
var pInfo = Label.Info;
==== Visual Basic Script ====
pInfo = Label.Info
==== C++ ====
CComPtr pInfo;
HRESULT hr = Label.get_Info(&pInfo);
===== See Also =====
[[:scripting:api:label:start|ILabel]]
~~NOTOC~~