SecurityPermissionAttribute.Infrastructure Propiedad

Definición

Obtiene o establece un valor que indica si el código se puede conectar a la infraestructura de Common Language Runtime, por ejemplo, para agregar receptores de contexto remoto, receptores de envío y receptores dinámicos.

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

Valor de propiedad

true si el código puede conectarse a la infraestructura de Common Language Runtime; de lo contrario, false.

Atributos

Se aplica a