SPRequestManagementSettings.RequestTimeout property
Gets or sets the time-out to receive a response when routing requests.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPRequestManagementSettings
Dim value As TimeSpan
value = instance.RequestTimeout
instance.RequestTimeout = value
public TimeSpan RequestTimeout { get; set; }
Property value
Type: System.TimeSpan
See also
Reference
SPRequestManagementSettings class