AspNetHostingPermission::Level Property

 

Gets or sets the current hosting permission level for an ASP.NET application.

Namespace:   System.Web
Assembly:  System (in System.dll)

public:
property AspNetHostingPermissionLevel Level {
	AspNetHostingPermissionLevel get();
	void set(AspNetHostingPermissionLevel value);
}

Property Value

Type: System.Web::AspNetHostingPermissionLevel

One of the AspNetHostingPermissionLevel enumeration values.

.NET Framework
Available since 1.1
Return to top
Show: