SPList.FirstUniqueAncestor Property

Gets the first ancestor of the parent Web site that has unique permissions, or if HasUniqueRoleAssignments is true, gets the list itself.

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

Syntax

Public ReadOnly Property FirstUniqueAncestor As ISecurableObject
    Get

Dim instance As SPList
Dim value As ISecurableObject

value = instance.FirstUniqueAncestor
public ISecurableObject FirstUniqueAncestor { get; }

Property Value

Type: Microsoft.SharePoint.ISecurableObject
A ISecurableObject interface that exposes the role assignments of the first unique ancestor of the list.

Implements

ISecurableObject.FirstUniqueAncestor

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace