SPList.ParentWeb Property
Gets the parent Web site for the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property ParentWeb As SPWeb
Get
'Usage
Dim instance As SPList
Dim value As SPWeb
value = instance.ParentWeb
[ClientCallableAttribute]
public SPWeb ParentWeb { get; }
Property Value
Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the parent Web site.