Property Version
Version
Gets the version of the application.
Declaration
[AvailableSinceVersion(7, 11, 300, 80)]
int Version { get; }
Property Value
| Type | Description |
|---|---|
| int |
Remarks
The value returned is defined by: Major * 100000000 + Minor * 1000000 + Build * 1000 + Revision.
For example, v7.5.200.100 is returned as: 705200100.
This method returns 0 if the application has just been started and is not ready yet.
This property is available since v7.10.