UpdateCheckInfo.AvailableVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the version number of the latest uninstalled version.
public:
property Version ^ AvailableVersion { Version ^ get(); };
public Version AvailableVersion { get; }
member this.AvailableVersion : Version
Public ReadOnly Property AvailableVersion As Version
Property Value
The Version expressing the major and minor build and revision numbers of the latest version.
Remarks
You can use AvailableVersion to decide whether to install the update based on the severity of the update. For example, if only the Build or Revision version properties have changed, your application may not need to update until either the Minor or Major properties change.