AutoUpdateSettingsOptions.ForceUpdateFromAnyVersion 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 or sets a boolean value indicating whether the app version can be both incremented and decremented. If the value is false, the app can only move to a higher version.
public:
property bool ForceUpdateFromAnyVersion { bool get(); void set(bool value); };
bool ForceUpdateFromAnyVersion();
void ForceUpdateFromAnyVersion(bool value);
public bool ForceUpdateFromAnyVersion { get; set; }
var boolean = autoUpdateSettingsOptions.forceUpdateFromAnyVersion;
autoUpdateSettingsOptions.forceUpdateFromAnyVersion = boolean;
Public Property ForceUpdateFromAnyVersion As Boolean
Property Value
Boolean
bool
True if the app version can be decremented; otherwise, false.
Remarks
This property is equivalent to the ForceUpdateFromAnyVersion element of the App Installer file schema.