Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var pInfo = Label.Info; </code>==== Visual Basic Script ==== <code vb> pInfo = Label.Info </code>==== C++ ==== <code cpp> CComPtr<ILabelInfo> pInfo; HRESULT hr = Label.get_Info(&pInfo); </code>===== See Also ===== [[:scripting:api:label:start|ILabel]] ~~NOTOC~~