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