Version

Property of ILabels

Description

Scope list version

Property type

Read-Only Property of type ULONG

Syntax

JavaScript

var nVersion = Labels.Version;

==== Visual Basic Script ====

nVersion = Labels.Version

==== C++ ====

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

===== See Also ===== ILabels