Share via


SPSite.WebVisualReport.WebPath property

The server-relative URL of this site.

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

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.

See also

Reference

SPSite.WebVisualReport class

SPSite.WebVisualReport members

Microsoft.SharePoint namespace