Condividi tramite


AppInstallOptions.AllowForcedAppRestart Proprietà

Definizione

Ottiene o imposta un valore che indica se consentire un riavvio forzato dell'app installata.

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

void AllowForcedAppRestart(bool value);
public bool AllowForcedAppRestart { get; set; }
var boolean = appInstallOptions.allowForcedAppRestart;
appInstallOptions.allowForcedAppRestart = boolean;
Public Property AllowForcedAppRestart As Boolean

Valore della proprietà

Boolean

bool

True per consentire un riavvio forzato dell'app installata; in caso contrario, false.

Requisiti Windows

Funzionalità dell'app
runFullTrust

Si applica a