Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the object where role assignments for this list are defined.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: Microsoft.SharePoint.SPSecurableObject
The object where role assignments for this list are defined.
If the value of the HasUniqueRoleAssignments property is true, the list has unique role assignments and this property returns the list itself.