Share via


AspNetHostingPermission.Level 屬性

定義

取得或設定 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

屬性值

其中一個 AspNetHostingPermissionLevel 列舉值。

適用於