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 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)
'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; }
Type: System.Int32
A 32-bit integer that specifies the size in bytes. The default value is 10000.
The MaximumResponseSize property applies to the OLEDB data-retrieval service.