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)
Available in Sandboxed Solutions: No
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