SecurityPermissionAttribute.Infrastructure Propriété

Définition

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

S’applique à