AspNetHostingPermission.Level Propiedad

Definición

Obtiene o establece el nivel de permisos de hospedaje actual para una aplicación de ASP.NET.

public:
 property System::Web::AspNetHostingPermissionLevel Level { System::Web::AspNetHostingPermissionLevel get(); void set(System::Web::AspNetHostingPermissionLevel value); };
public System.Web.AspNetHostingPermissionLevel Level { get; set; }
member this.Level : System.Web.AspNetHostingPermissionLevel with get, set
Public Property Level As AspNetHostingPermissionLevel

Valor de propiedad

Uno de los AspNetHostingPermissionLevel valores de enumeración.

Se aplica a