Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the current instance of the permission has unrestricted access to the resources protected by the permission.
Namespace: Microsoft.SharePoint.Security
Assembly: Microsoft.SharePoint.Security (in Microsoft.SharePoint.Security.dll)
Syntax
'Declaration
Public Function IsUnrestricted As Boolean
'Usage
Dim instance As SharePointPermission
Dim returnValue As Boolean
returnValue = instance.IsUnrestricted()
public bool IsUnrestricted()
Return Value
Type: System.Boolean
true if the current permission is unrestricted; otherwise, false.
Implements
IUnrestrictedPermission.IsUnrestricted()
Remarks
An unrestricted permission represents access to any and all resources protected by the permission.