application class : AppVersion getter
Description
Returns the version of the application.
Syntax
instance.AppVersion
Arguments
None.
Return value
Class | Description |
string | The version of the application. |
Sample code
1: | application instance = new application(); |
2: | string appver = instance.AppVersion; // "3.0.0.0" is returned in ver 3.0.0.0. |
Notes
Example : "3.0.0.0"
Four numbers separated by dots are returned as a string. Please note that "ver" etc. are not included.
Links for reference
None.