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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

ISecurableObject Interface

ISecurableObject Members

Microsoft.SharePoint Namespace