Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the request URL.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestUrl As String
Get
Set
'Usage
Dim instance As SPClientServiceRequestUsageEntry
Dim value As String
value = instance.RequestUrl
instance.RequestUrl = value
public string RequestUrl { get; set; }
Property value
Type: System.String
See also
Reference
SPClientServiceRequestUsageEntry class