SPWeb.FirstUniqueAncestorWeb property

Gets the first parent website that has unique permissions.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace