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