SecurityPermissionAttribute.Infrastructure 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 le code peut se connecter à l’infrastructure common language runtime, comme l’ajout de récepteurs de contexte de communication à distance, de récepteurs Envoy et de récepteurs dynamiques.
public:
property bool Infrastructure { bool get(); void set(bool value); };
public bool Infrastructure { get; set; }
[System.Runtime.InteropServices.ComVisible(true)]
public bool Infrastructure { get; set; }
member this.Infrastructure : bool with get, set
[<System.Runtime.InteropServices.ComVisible(true)>]
member this.Infrastructure : bool with get, set
Public Property Infrastructure As Boolean
Valeur de propriété
true si le code peut se connecter à l’infrastructure Common Language Runtime ; sinon, false.
- Attributs