SecurityPermissionAttribute.Infrastructure Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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