AppInstallManager.AutoUpdateSetting 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 the auto update setting for apps on the current computer or device.
public:
property AutoUpdateSetting AutoUpdateSetting { AutoUpdateSetting get(); void set(AutoUpdateSetting value); };
AutoUpdateSetting AutoUpdateSetting();
void AutoUpdateSetting(AutoUpdateSetting value);
public AutoUpdateSetting AutoUpdateSetting { get; set; }
var autoUpdateSetting = appInstallManager.autoUpdateSetting;
appInstallManager.autoUpdateSetting = autoUpdateSetting;
Public Property AutoUpdateSetting As AutoUpdateSetting
Property Value
A value that specifies the auto update setting for apps on the current computer or device.
Windows requirements
App capabilities |
runFullTrust
|