SPRequestUsageEntry.SiteUrl Property
Get or sets the relative path of the URL of the site collection for the request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SiteUrl As String
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As String
value = instance.SiteUrl
instance.SiteUrl = value
public string SiteUrl { get; set; }
Property Value
Type: System.String
A path that is implied by the active working directory or is calculated based on a specified directory.