Share via


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)

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.

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace