PageLayoutCreationInformation.Web property

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public Property Web As Web
    Get
    Set
'Usage
Dim instance As PageLayoutCreationInformation
Dim value As Web

value = instance.Web

instance.Web = value
public Web Web { get; set; }

Property value

Type: Microsoft.SharePoint.Client.Web

See also

Reference

PageLayoutCreationInformation class

PageLayoutCreationInformation members

Microsoft.SharePoint.Client.Publishing namespace