Share via


SPSite.WebVisualReport.MasterUrl property

The site-relative URL of the master page for this site.

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

Syntax

'Declaration
Public Property MasterUrl As String
    Get
    Private Set
'Usage
Dim instance As SPSite.WebVisualReport
Dim value As String

value = instance.MasterUrl
public string MasterUrl { get; private set; }

Property value

Type: System.String
A String representation of the site master URL..

See also

Reference

SPSite.WebVisualReport class

SPSite.WebVisualReport members

Microsoft.SharePoint namespace