SecurityPermissionAttribute.Infrastructure Propriété

Définition

Obtient ou définit une valeur qui indique si le code peut s’intégrer à l’infrastructure du Common Language Runtime, comme l’ajout de récepteurs de contexte d’accès distant, d’envoi et 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 s’intégrer à l’infrastructure du Common Language Runtime ; sinon, false.

Attributs

S’applique à