scripting:api:scope:level

Level

Property of IScope

Hierarchy level

Read-Only Property of type ULONG

var nLevel = Scope.Level;
nLevel = Scope.Level
ULONG nLevel;
HRESULT hr = Scope.get_Level(&nLevel);