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