====== Info ====== Property of [[:scripting:api:scope:start|IScope]] ===== Description ===== Scope definition information ===== Property type ===== Read-Only Property of type **[[:scripting:api:scope-info:start|IScopeInfo]]** ===== Syntax ===== ==== JavaScript ==== var pInfo = Scope.Info; ==== Visual Basic Script ==== pInfo = Scope.Info ==== C++ ==== CComPtr pInfo; HRESULT hr = Scope.get_Info(&pInfo); ===== See Also ===== [[:scripting:api:scope:start|IScope]] ~~NOTOC~~