SPDataRetrievalServicesSettings.ServicesEnabled property

Obsolete. Use the Enabled property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify whether to enable data-retrieval services to process query requests. (In Windows SharePoint Services 2.0, the ServicesEnabled property returned a Boolean value that indicated whether data retrieval services are enabled 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 ServicesEnabled As Boolean
    Get
'Usage
Dim instance As SPDataRetrievalServicesSettings
Dim value As Boolean

value = instance.ServicesEnabled
public bool ServicesEnabled { get; }

Property value

Type: System.Boolean
true if data retrieval services are enabled; otherwise, false.

See also

Reference

SPDataRetrievalServicesSettings class

SPDataRetrievalServicesSettings members

Microsoft.SharePoint namespace