IUnrestrictedPermission::IsUnrestricted Method ()
.NET Framework (current version)
Returns a value indicating whether unrestricted access to the resource protected by the permission is allowed.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System::Booleantrue if unrestricted use of the resource protected by the permission is allowed; otherwise, false.
The following code example demonstrates implementing the IsUnrestricted method. This code example is part of a larger example provided for the IUnrestrictedPermission class.
.NET Framework
Available since 1.1
Available since 1.1
Show: