SPWeb.HasUniqueRoleDefinitions property

Gets a Boolean value that indicates whether the role definitions are uniquely defined for this website or inherited from a parent website.

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

Syntax

'Declaration
Public ReadOnly Property HasUniqueRoleDefinitions As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.HasUniqueRoleDefinitions
public bool HasUniqueRoleDefinitions { get; }

Property value

Type: System.Boolean
true if the website has unique role definitions; otherwise, false.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace