Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPSite.WebVisualReport Class

SPSite.WebVisualReport Members

Microsoft.SharePoint Namespace