DesignTimeProperty
ConsoleApplication.LongVersion
Warning
This item was deprecated in version 2019r2. Please use ConsoleApplication.Copyright as a replacement.
Description
Long version of the DesktopApplication, 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)
Compatibility
All project types on all supported operating systems.