Share via


SPList.FirstUniqueAncestorSecurableObject property

Gets the object where role assignments for this list are defined.

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

Syntax

public override SPSecurableObject FirstUniqueAncestorSecurableObject { get; }

Property value

Type: Microsoft.SharePoint.SPSecurableObject
The object where role assignments for this list are defined.

Remarks

If the value of the HasUniqueRoleAssignments property is true, the list has unique role assignments and this property returns the list itself.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace