SPItem.FirstUniqueAncestorSecurableObject Property
Reserved for future use.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overrides ReadOnly Property FirstUniqueAncestorSecurableObject As SPSecurableObject
Get
'Usage
Dim instance As SPItem
Dim value As SPSecurableObject
value = instance.FirstUniqueAncestorSecurableObject
public override SPSecurableObject FirstUniqueAncestorSecurableObject { get; }
Property Value
Type: Microsoft.SharePoint.SPSecurableObject
SPSecurableObject
Always throws NotImplementedException when called.