Indicates whether unrestricted access to the resource protected by the permission is allowed.
[Visual Basic] Function IsUnrestricted() As Boolean [C#] bool IsUnrestricted(); [C++] bool IsUnrestricted() = 0; [JScript] function IsUnrestricted() : Boolean;
True/False. True indicates unrestricted use of the resource protected by the permission.
IUnrestrictedPermission Interface | IUnrestrictedPermission Members | System.Security.Permissions Namespace