SPWebListInfo.HasUniqueRoleAssignments Property

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.

See Also

Reference

SPWebListInfo Class

SPWebListInfo Members

Microsoft.SharePoint Namespace