Public Attributes | |
| readonly attribute AString | name |
| Main application name. | |
| readonly attribute AString | version |
| Main application version. | |
| readonly attribute AString | buildVersion |
| Binary version. | |
| readonly attribute AString | license |
| Licensed to. | |
This object contains version information and other information as application name, license.
| readonly attribute AString buildVersion |
Binary version.
Binary version is usually same as application version with addition of build id. It has format x.x.x.x, e.g.: 5.0.1.8
| readonly attribute AString license |
Licensed to.
Name of the license holder.
| readonly attribute AString name |
Main application name.
Application name can be also read from the shared configuration
| readonly attribute AString version |
Main application version.
Main application version has format x.x.x, e.g.: 5.0.1