CheckForUpdateCompletedEventArgs.AvailableVersion Property

Definition

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, 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

See also