Freigeben über


AutoUpdateSettingsOptions.IsAutoRepairEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Betriebssystem und der Bereitstellungsdienst automatisch eine Reparatur durchführen können, wenn das Paket für die Wartung markiert ist, oder legt diesen fest.

public:
 property bool IsAutoRepairEnabled { bool get(); void set(bool value); };
bool IsAutoRepairEnabled();

void IsAutoRepairEnabled(bool value);
public bool IsAutoRepairEnabled { get; set; }
var boolean = autoUpdateSettingsOptions.isAutoRepairEnabled;
autoUpdateSettingsOptions.isAutoRepairEnabled = boolean;
Public Property IsAutoRepairEnabled As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die automatische Reparatur aktiviert ist; Andernfalls false.

Hinweise

Der Standardwert dieser Eigenschaft ist „TRUE“.

Weitere Informationen zur automatischen App-Reparatur finden Sie unter Automatisches Aktualisieren und Reparieren von Apps.

Gilt für: