====== Version ======
Property of [[:scripting:api:labels:start|ILabels]]
===== Description =====
Scope list version
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]**
===== Syntax =====
==== JavaScript ====
var nVersion = Labels.Version;
==== Visual Basic Script ====
nVersion = Labels.Version
==== C++ ====
ULONG nVersion;
HRESULT hr = Labels.get_Version(&nVersion);
===== See Also =====
[[:scripting:api:labels:start|ILabels]]
~~NOTOC~~