SPRequestUsageEntry.WebUrl property
Gets or sets the relative path of the URL of the site for the request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property WebUrl As String
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As String
value = instance.WebUrl
instance.WebUrl = value
public string WebUrl { get; set; }
Property value
Type: System.String
The relative path of the URL of the site for the request.