Partager via


AppInstallOptions.AllowForcedAppRestart Propriété

Définition

Obtient ou définit une valeur qui indique s’il faut autoriser un redémarrage forcé de l’application en cours d’installation.

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

Valeur de propriété

Boolean

bool

True pour autoriser un redémarrage forcé de l’application en cours d’installation ; sinon, false.

Configuration requise pour Windows

Fonctionnalités de l’application
runFullTrust

S’applique à