AppUpdateOptions.AutomaticallyDownloadAndInstallUpdateIfFound 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 value that indicates whether the updates should be automatically downloaded and installed if they are found.
public:
property bool AutomaticallyDownloadAndInstallUpdateIfFound { bool get(); void set(bool value); };
bool AutomaticallyDownloadAndInstallUpdateIfFound();
void AutomaticallyDownloadAndInstallUpdateIfFound(bool value);
public bool AutomaticallyDownloadAndInstallUpdateIfFound { get; set; }
var boolean = appUpdateOptions.automaticallyDownloadAndInstallUpdateIfFound;
appUpdateOptions.automaticallyDownloadAndInstallUpdateIfFound = boolean;
Public Property AutomaticallyDownloadAndInstallUpdateIfFound As Boolean
Property Value
Boolean
bool
True to automatically queue up, download and install app updates if any are found. False adds the updates to the install queue in a paused state.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|