RegisterPackageOptions.ForceAppShutdown 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.
public:
property bool ForceAppShutdown { bool get(); void set(bool value); };
bool ForceAppShutdown();
void ForceAppShutdown(bool value);
public bool ForceAppShutdown { get; set; }
var boolean = registerPackageOptions.forceAppShutdown;
registerPackageOptions.forceAppShutdown = boolean;
Public Property ForceAppShutdown As Boolean
Valeur de propriété
bool
TRUE indique que les processus associés au package seront arrêtés de force afin que l’inscription puisse continuer ; sinon, FALSE.