AppInstallOptions.AllowForcedAppRestart Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|