ApplicationTrust.IsApplicationTrustedToRun 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 indiquant si l’application dispose des autorisations requises et est approuvée pour s’exécuter.
public:
property bool IsApplicationTrustedToRun { bool get(); void set(bool value); };
public bool IsApplicationTrustedToRun { get; set; }
member this.IsApplicationTrustedToRun : bool with get, set
Public Property IsApplicationTrustedToRun As Boolean
Valeur de propriété
true si l’application est approuvée pour s’exécuter ; sinon, false. La valeur par défaut est false.
Remarques
Un gestionnaire d’approbation définit la IsApplicationTrustedToRun propriété true sur laquelle une application a été approuvée pour s’exécuter.