====== 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 ====
var nVersion = Scopes.Version;
==== Visual Basic Script ====
nVersion = Scopes.Version
==== C++ ====
ULONG nVersion;
HRESULT hr = Scopes.get_Version(&nVersion);
===== See Also =====
[[:scripting:api:scopes:start|IScopes]]
~~NOTOC~~