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

'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.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace