This documentation is archived and is not being maintained.
AspNetHostingPermissionAttribute.Level Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
[Visual Basic] Public Property Level As AspNetHostingPermissionLevel [C#] public AspNetHostingPermissionLevel Level {get; set;} [C++] public: __property AspNetHostingPermissionLevel get_Level(); public: __property void set_Level(AspNetHostingPermissionLevel); [JScript] public function get Level() : AspNetHostingPermissionLevel; public function set Level(AspNetHostingPermissionLevel);
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
AspNetHostingPermissionAttribute Class | AspNetHostingPermissionAttribute Members | System.Web Namespace
Show: