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. ====== Version ====== Property of [[:scripting:api:scopes:start|IScopes]] ===== Description ===== Scope list version ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVersion = Scopes.Version; </code>==== Visual Basic Script ==== <code vb> nVersion = Scopes.Version </code>==== C++ ==== <code cpp> ULONG nVersion; HRESULT hr = Scopes.get_Version(&nVersion); </code>===== See Also ===== [[:scripting:api:scopes:start|IScopes]] ~~NOTOC~~