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.
An ISecurableObject interface that represents the first unique ancestor website. This is the object where the ACL is defined. For a web with unique permission the First Unique Ancestor is itself. For a web that inherits permissions the First Unique Ancestor is one of the ancestral webs.
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 SPWeb
Dim value As SPSecurableObject
value = instance.FirstUniqueAncestorSecurableObject
public override SPSecurableObject FirstUniqueAncestorSecurableObject { get; }
Property Value
Type: Microsoft.SharePoint.SPSecurableObject
SPSecurableObject