Version

Property of IScopes

Description

Scope list version

Property type

Read-Only Property of type ULONG

Syntax

JavaScript

var nVersion = Scopes.Version;

Visual Basic Script

nVersion = Scopes.Version

C++

ULONG nVersion;
HRESULT hr = Scopes.get_Version(&nVersion);

See Also

IScopes