SPDataRetrievalProvider.MaximumResponseSize property

Gets or sets the maximum size of the SOAP response that the data source returns to the data-retrieval service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MaximumResponseSize As Integer
    Get
    Set
'Usage
Dim instance As SPDataRetrievalProvider
Dim value As Integer

value = instance.MaximumResponseSize

instance.MaximumResponseSize = value
public int MaximumResponseSize { get; set; }

Property value

Type: System.Int32
A 32-bit integer that specifies the size in bytes. The default value is 10000.

Remarks

The MaximumResponseSize property applies to the OLEDB data-retrieval service.

See also

Reference

SPDataRetrievalProvider class

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace