This documentation is archived and is not being maintained.
AspNetHostingPermission.IsUnrestricted Method
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Returns a value indicating whether unrestricted access to the resource protected by the current permission is allowed.
[Visual Basic] Public Overridable Function IsUnrestricted() As Boolean Implements _ IUnrestrictedPermission.IsUnrestricted [C#] public virtual bool IsUnrestricted(); [C++] public: virtual bool IsUnrestricted(); [JScript] public function IsUnrestricted() : Boolean;
Return Value
true if unrestricted use of the resource protected by the permission is allowed; otherwise, false.
Implements
IUnrestrictedPermission.IsUnrestricted
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
AspNetHostingPermission Class | AspNetHostingPermission Members | System.Web Namespace
Show: