Description
Returns the version of the application.
-
Property type
-
A String value.
-
Syntax
-
object.Version
The Version Property syntax has these parts: |
| object | An expression evaluating to an object of type McApplication. | Remarks
The Version contains the major and minor revision numbers as well as the build number. For example 5,0.0,1170 where 5 is the product version, 0.0 the major and minor revision numbers, and 1170 the build number.
|