====== 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 ==== var nLevel = Scope.Level; ==== Visual Basic Script ==== nLevel = Scope.Level ==== C++ ==== ULONG nLevel; HRESULT hr = Scope.get_Level(&nLevel); ===== See Also ===== [[:scripting:api:scope:start|IScope]] ~~NOTOC~~