Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the object has unique role assignments or inherits its role assignments from a parent object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable ReadOnly Property HasUniqueRoleAssignments As Boolean
Get
'Usage
Dim instance As SPSecurableObject
Dim value As Boolean
value = instance.HasUniqueRoleAssignments
public virtual bool HasUniqueRoleAssignments { get; }
Type: System.Boolean
true if the role assignments are defined directly on the current object; otherwise false.
ISecurableObject.HasUniqueRoleAssignments
If this property returns false, then role assignments are inherited from a parent object. In that case, you can access the FirstUniqueAncestorSecurableObject property to get the object from which the current object inherits role assignments.