SPWeb.FirstUniqueAncestorWeb Property
Gets the first parent website that has unique permissions.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property FirstUniqueAncestorWeb As SPWeb
Get
'Usage
Dim instance As SPWeb
Dim value As SPWeb
value = instance.FirstUniqueAncestorWeb
public SPWeb FirstUniqueAncestorWeb { get; }
Property Value
Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the first parent site that has unique permissions.