ConsoleApplication.LongVersion
From Xojo Documentation
![]() |
This item was deprecated in version 2019r2. Please use ConsoleApplication.Copyright as a replacement. |
Design Property (as String)
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)