SPSite.WebVisualReport.CustomMasterUrl property
The site-relative URL of the custom master page for this site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CustomMasterUrl As String
Get
Private Set
'Usage
Dim instance As SPSite.WebVisualReport
Dim value As String
value = instance.CustomMasterUrl
public string CustomMasterUrl { get; private set; }
Property value
Type: System.String
A String representation of the site custom master URL.