UpdateCheckInfo.AvailableVersion Property

Definition

Gets the version number of the latest uninstalled version.

C#
public Version AvailableVersion { get; }

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.

Applies to

Produit Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also