SPWeb.HasUniqueRoleAssignments Property

Gets a Boolean value that indicates whether the role assignments are uniquely defined for this Web site or inherited from a parent Web site.

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

Syntax

Public ReadOnly Property HasUniqueRoleAssignments As Boolean
    Get

Dim instance As SPWeb
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the Web site has unique role assignments; otherwise, false.

Implements

ISecurableObject.HasUniqueRoleAssignments

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace