PublishingWeb.Web property
Gets the Web object that is wrapped by this PublishingWeb instance.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Web As Web
Get
'Usage
Dim instance As PublishingWeb
Dim value As Web
value = instance.Web
public Web Web { get; }
Property value
Type: Microsoft.SharePoint.Client.Web
The Web object.
Remarks
The PublishingWeb class wraps the Web class. This property directly exposes the underlying Web so that additional Web functionality can be easily accessed.