Share via


PageLayoutCreationInformation.MasterPageUrl property

Gets or sets the full URL of the HTML master page from which to derive the page layout.

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

Syntax

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

value = instance.MasterPageUrl

instance.MasterPageUrl = value
public string MasterPageUrl { get; set; }

Property value

Type: System.String
The full URL of the HTML master page.

See also

Reference

PageLayoutCreationInformation class

PageLayoutCreationInformation members

Microsoft.SharePoint.Publishing namespace