SPDataRetrievalServicesSettings.MaxResponseSize property

Obsolete. Use the MaximumResponseSize property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify the maximum size of the SOAP response that the data source returns to the data-retrieval service. (In Windows SharePoint Services 2.0, the MaxResponseSize property returned the maximum size in kilobytes for responses that are returned from the data retrieval service adapter that is used in the SharePoint Foundation deployment, and is maintained for backward compatibility.)

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

Syntax

'Declaration
Public ReadOnly Property MaxResponseSize As Integer
    Get
'Usage
Dim instance As SPDataRetrievalServicesSettings
Dim value As Integer

value = instance.MaxResponseSize
public int MaxResponseSize { get; }

Property value

Type: System.Int32
A 32-bit integer that indicates the number of kilobytes.

See also

Reference

SPDataRetrievalServicesSettings class

SPDataRetrievalServicesSettings members

Microsoft.SharePoint namespace