ConsoleApplication.LongVersion

From Xojo Documentation

Design Property (as String)
This ConsoleApplication property can only be set in the Inspector and is not available in code.

Long version of the Application, corresponding to the version information.

Notes

LongVersion usually contains the application name, version number and copyright information.

Sample Code

Logs the app version:

System.DebugLog("LongVersion: " + App.LongVersion)