SPDataRetrievalProvider.Enabled property

Gets or sets a Boolean value that specifies whether to enable data-retrieval services to process query requests.

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

Syntax

C#
public bool Enabled { get; set; }

Property value

Type: System.Boolean
true to enable data-retrieval services; otherwise, false. The default value is true.

Remarks

The Enabled property applies to the following data-retrieval services:

  • Windows SharePoint Services

  • OLEDB

  • SOAP Passthrough

  • XML-URL

See also

Reference

SPDataRetrievalProvider class

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace