SPDataRetrievalProvider.RequestTimeout property

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)

Syntax

'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; }

Property value

Type: System.Int32
A 32-bit integer that specifies the time in seconds. The default value is 30.

See also

Reference

SPDataRetrievalProvider class

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace