ISecurableObject.HasUniqueRoleAssignments Property

Gets a Boolean value indicating whether the object has unique security or inherits its role assignments from a parent object.

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

Syntax

ReadOnly Property HasUniqueRoleAssignments As Boolean
    Get

Dim instance As ISecurableObject
Dim value As Boolean

value = instance.HasUniqueRoleAssignments
bool HasUniqueRoleAssignments { get; }

Property Value

Type: System.Boolean
true if the object has unique security; otherwise, false.

See Also

Reference

ISecurableObject Interface

ISecurableObject Members

Microsoft.SharePoint Namespace