SPWeb.DataRetrievalServicesSettings property

NOTE: This API is now obsolete.

Gets an object that represents the data retrieval service settings for the deployment of SharePoint Foundation.

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

Syntax

'Declaration
<ObsoleteAttribute("DataRetrievalServicesSettings is obsolete.")> _
Public ReadOnly Property DataRetrievalServicesSettings As SPDataRetrievalServicesSettings
    Get
'Usage
Dim instance As SPWeb
Dim value As SPDataRetrievalServicesSettings

value = instance.DataRetrievalServicesSettings
[ObsoleteAttribute("DataRetrievalServicesSettings is obsolete.")]
public SPDataRetrievalServicesSettings DataRetrievalServicesSettings { get; }

Property value

Type: Microsoft.SharePoint.SPDataRetrievalServicesSettings
An SPDataRetrievalServicesSettings object that represents the settings.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace