SecurableObject.FirstUniqueAncestorSecurableObject property

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

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

Syntax

'Declaration
Public ReadOnly Property FirstUniqueAncestorSecurableObject As SecurableObject
    Get
'Usage
Dim instance As SecurableObject
Dim value As SecurableObject

value = instance.FirstUniqueAncestorSecurableObject
public SecurableObject FirstUniqueAncestorSecurableObject { get; }

Property value

Type: Microsoft.SharePoint.Client.SecurableObject
The object where role assignments are defined.

Remarks

If role assignments are defined directly on the current object, the FirstUniqueAncestorSecurableObject property returns the current object. Otherwise, the property returns the object from which role assignments are inherited.

See also

Reference

SecurableObject class

SecurableObject members

Microsoft.SharePoint.Client namespace