SPList.FirstUniqueAncestorSecurableObject Property
Gets the object where role assignments for this list are defined.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overrides ReadOnly Property FirstUniqueAncestorSecurableObject As SPSecurableObject
Get
'Usage
Dim instance As SPList
Dim value As SPSecurableObject
value = instance.FirstUniqueAncestorSecurableObject
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.