Ui > Ui Assembly Interfaces > IWinApplicationVersion
Assembly: Ui;
Namespace: Prognoz.Platform.Interop.Ui;
The IWinApplicationVersion interface contains properties that return information on the platform current build.
IWinApplicationVersion
The interface is outdated, use IApplicationVersion.
Property name | Brief description | |
![]() |
Release | The Release property returns True if the platform version has been released. |
Property name | Brief description | |
![]() |
Build | The Build property returns the platform build number. |
![]() |
Debug | The Debug returns True if this build is a program debug version. |
![]() |
Description | The Description property returns the full description of platform version. |
![]() |
IsRelease | The IsRelease property returns the information about whether the version is released. |
![]() |
Major | The Major property returns the number of major build version. |
![]() |
MaxReleaseBuild | The MaxReleaseBuild property returns the information about maximum number of the current release build. |
![]() |
Minor | The Minor property returns the number of minor build version. |
![]() |
MinReleaseBuild | The MinReleaseBuild property returns the information about minimum number of the current release build. |
![]() |
PrivateBuild | The PrivateBuild property returns True if the build is non-tested. |
![]() |
QFE | The QFE property returns the update number. |
![]() |
ShortDescription | The ShortDescription property returns the short description of platform version. |
![]() |
VersionDescription | The VersionDescription property returns the description of platform version. |
See also: