AspNetHostingPermissionAttribute.Level Property
.NET Framework 3.0
Gets or sets the current hosting permission level.
Namespace: System.Web
Assembly: System (in system.dll)
Assembly: System (in system.dll)
public: property AspNetHostingPermissionLevel Level { AspNetHostingPermissionLevel get (); void set (AspNetHostingPermissionLevel value); }
/** @property */ public AspNetHostingPermissionLevel get_Level () /** @property */ public void set_Level (AspNetHostingPermissionLevel value)
public function get Level () : AspNetHostingPermissionLevel public function set Level (value : AspNetHostingPermissionLevel)
Not applicable.
Property Value
One of the AspNetHostingPermissionLevel enumeration values.Community Additions
ADD
Show: