SPWebListInfo.HasUniqueRoleAssignments property

Indicates whether the site has unique permissions or not.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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