Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CheckForUpdateCompletedEventArgs::AvailableVersion Property

 

Gets the version number of the latest uninstalled version.

Namespace:   System.Deployment.Application
Assembly:  System.Deployment (in System.Deployment.dll)

public:
property Version^ AvailableVersion {
	Version^ get();
}

Property Value

Type: System::Version^

The Version expressing the major, minor, build and revision numbers of the latest version.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft