SecurityPermissionAttribute.Infrastructure Vlastnost

Definice

Získá nebo nastaví hodnotu označující, zda se kód může připojit k infrastruktuře modulu CLR (Common Language Runtime), jako je přidání jímek kontextu vzdálené komunikace, jímek envoy a dynamických jímek.

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

Hodnota vlastnosti

Boolean

true pokud se kód může připojit k infrastruktuře modulu CLR (Common Language Runtime); falsev opačném případě .

Atributy

Platí pro