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.
Gets the parent website of the specified website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property ParentWeb As SPWeb
Get
'Usage
Dim instance As SPWeb
Dim value As SPWeb
value = instance.ParentWeb
public SPWeb ParentWeb { get; }
Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the parent website.