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. ====== 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 ==== <code javascript> var pScope = Label.Scope; </code>==== Visual Basic Script ==== <code vb> pScope = Label.Scope </code>==== C++ ==== <code cpp> CComPtr<IScope> pScope; HRESULT hr = Label.get_Scope(&pScope); </code>===== See Also ===== [[:scripting:api:label:start|ILabel]] ~~NOTOC~~