SPWeb.ParentWeb Property

Gets the parent website of the specified website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property ParentWeb As SPWeb
    Get
'Usage
Dim instance As SPWeb
Dim value As SPWeb

value = instance.ParentWeb
public SPWeb ParentWeb { get; }

Property Value

Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the parent website.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace