PublishingPageCollection.PubWeb Property
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property PubWeb As PublishingWeb
Get
'Usage
Dim instance As PublishingPageCollection
Dim value As PublishingWeb
value = instance.PubWeb
public PublishingWeb PubWeb { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.PublishingWeb
See Also
Reference
PublishingPageCollection Class