<div class="meta" robots="noindex">

</div>

DesignTimeProperty

# ConsoleApplication.LongVersion

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2019r2. Please use `ConsoleApplication.Copyright<consoleapplication.copyright>` as a replacement.

</div>

## Description

Long version of the `DesktopApplication</api/user_interface/desktop/desktopapplication>`, corresponding to the version information.

## Notes

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

## Sample code

Logs the app version:

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

## Compatibility

All project types on all supported operating systems.
