CheckForUpdateCompletedEventArgs::MinimumRequiredVersion Property
.NET Framework (current version)
Gets the minimum version that the user must have installed on the computer.
Assembly: System.Deployment (in System.Deployment.dll)
Applications can miss required updates when a user takes on a special assignment or is away from the computer for weeks or months. Use
MinimumRequiredVersion to determine if the user has not upgraded the application in a while, and has missed one or more required updates.
The following code example calls CheckForUpdateAsync, and forces an application update if MinimumRequiredVersion is greater than CurrentVersion.
.NET Framework
Available since 2.0
Available since 2.0
Show: