AspNetHostingPermissionAttribute.Level 属性

定义

获取或设置当前宿主权限级别。

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

属性值

AspNetHostingPermissionLevel

AspNetHostingPermissionLevel 枚举值之一。

适用于