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