SecurityPermissionAttribute.Infrastructure Proprietà

Definizione

Ottiene o imposta un valore che indica se il codice può essere inserito nell'infrastruttura Common Language Runtime, ad esempio aggiungendo sink di contesto remoto, di invio e dinamici.

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

Valore della proprietà

true se il codice può essere inserito nell'infrastruttura Common Language Runtime; in caso contrario, false.

Attributi

Si applica a