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.
Indicates whether the site has unique permissions or not.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property HasUniqueRoleAssignments As Boolean
Get
Private Set
'Usage
Dim instance As SPWebListInfo
Dim value As Boolean
value = instance.HasUniqueRoleAssignments
public bool HasUniqueRoleAssignments { get; private set; }
Property Value
Type: System.Boolean
A Boolean value that is true if the Web site has unique permissions otherwise false.