Share via


AppInstallManager.AutoUpdateSetting Property

Definition

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

Applies to