SPLimitedWebPartManager.Web Property
Gets the web that this Web Part Page is stored in.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Web As SPWeb
Get
'Usage
Dim instance As SPLimitedWebPartManager
Dim value As SPWeb
value = instance.Web
public SPWeb Web { get; }
Property Value
Type: Microsoft.SharePoint.SPWeb