====== Label ====== Property of [[:scripting:api:scope:start|IScope]] ===== Description ===== Connected Label ===== Property type ===== Read-Only Property of type **[[:scripting:api:label:start|ILabel]]** ===== Syntax ===== ==== JavaScript ==== var pLabel = Scope.Label; ==== Visual Basic Script ==== pLabel = Scope.Label ==== C++ ==== CComPtr pLabel; HRESULT hr = Scope.get_Label(&pLabel); ===== See Also ===== [[:scripting:api:scope:start|IScope]] ~~NOTOC~~