SPSite.WebVisualReport.WebPath Property
The server-relative URL of this site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property WebPath As String
Get
Private Set
'Usage
Dim instance As SPSite.WebVisualReport
Dim value As String
value = instance.WebPath
public string WebPath { get; private set; }
Property Value
Type: System.String
A String representation of the Web path (server-relative URL) of this site.