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