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. ====== Level ====== Property of [[:scripting:api:scope:start|IScope]] ===== Description ===== Hierarchy level ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nLevel = Scope.Level; </code>==== Visual Basic Script ==== <code vb> nLevel = Scope.Level </code>==== C++ ==== <code cpp> ULONG nLevel; HRESULT hr = Scope.get_Level(&nLevel); </code>===== See Also ===== [[:scripting:api:scope:start|IScope]] ~~NOTOC~~