PublishingWeb.ParentPublishingWeb Property
Gets the parent SPWeb object as a PublishingWebinstance.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property ParentPublishingWeb As PublishingWeb
Get
'Usage
Dim instance As PublishingWeb
Dim value As PublishingWeb
value = instance.ParentPublishingWeb
public PublishingWeb ParentPublishingWeb { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.PublishingWeb
The parent SPWeb object as a PublishingWebinstance.