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