SPSecurableObject.FirstUniqueAncestor Property
NOTE: This API is now obsolete.
Use the FirstUniqueAncestorSecurableObject property instead.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
<ObsoleteAttribute("Use FirstUniqueAncestorSecurableObject instead")> _
Public ReadOnly Property FirstUniqueAncestor As ISecurableObject
Get
'Usage
Dim instance As SPSecurableObject
Dim value As ISecurableObject
value = instance.FirstUniqueAncestor
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
[ObsoleteAttribute("Use FirstUniqueAncestorSecurableObject instead")]
public ISecurableObject FirstUniqueAncestor { get; }
Property Value
Type: Microsoft.SharePoint.ISecurableObject
The value of the FirstUniqueAncestorSecurableObject property.
Implements
ISecurableObject.FirstUniqueAncestor