ISecurableObject.FirstUniqueAncestor property
NOTE: This API is now obsolete.
Gets the first unique ancestor for the object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
ReadOnly Property FirstUniqueAncestor As ISecurableObject
Get
'Usage
Dim instance As ISecurableObject
Dim value As ISecurableObject
value = instance.FirstUniqueAncestor
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
ISecurableObject FirstUniqueAncestor { get; }
Property value
Type: Microsoft.SharePoint.ISecurableObject
An ISecurableObject interface that represents the first unique ancestor.