SPRequestUsageEntry.RequestManagementRoutedServerUrl property
Gets or sets the server which was routed to if this request was handled by Request Management routing
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestManagementRoutedServerUrl As String
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As String
value = instance.RequestManagementRoutedServerUrl
instance.RequestManagementRoutedServerUrl = value
public string RequestManagementRoutedServerUrl { get; set; }
Property value
Type: System.String