Application.Version Property |
Gets the version of the Help Producer application.
[VBScript] Public ReadOnly Property Version As String
[JScript] public function get Version() : String;
The version of the Help Producer application, formatted as "Major.Minor.Build.Extension"
.
Application.Console.Write("The current version is: " + Application.Version);