The Version property returns the application version as a string. This is a read-only property.
Syntax
object.Version
Example
This example returns the MapViewer application version.
Debug.Print mvApp.Version
Used by: Application object