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 time in seconds before the data-retrieval service times out if the data source does not respond.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property RequestTimeout As Integer
Get
Set
'Usage
Dim instance As SPDataRetrievalProvider
Dim value As Integer
value = instance.RequestTimeout
instance.RequestTimeout = value
public int RequestTimeout { get; set; }
Type: System.Int32
A 32-bit integer that specifies the time in seconds. The default value is 30.