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