SPSecurableObject.HasUniqueRoleAssignments property
SharePoint 2013
Indicates whether the object has unique role assignments or inherits its role assignments from a parent object.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallablePropertyAttribute(ExcludeFromDefaultRetrieve = true)] public virtual bool HasUniqueRoleAssignments { get; }
Property value
Type: System.Booleantrue if the role assignments are defined directly on the current object; otherwise false.
Implements
ISecurableObject.HasUniqueRoleAssignmentsIf 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.