SecurityPermissionAttribute.Infrastructure Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar eller anger ett värde som anger om kod kan anslutas till den gemensamma språkkörningsinfrastrukturen, till exempel lägga till remoting Context Sinks, Envoy Sinks och Dynamic Sinks.
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
Egenskapsvärde
trueom kod kan ansluta till den gemensamma språkkörningsinfrastrukturen; annars . false
- Attribut