SPWebApplication.DataRetrievalProvider property
Gets settings related to the data retrieval service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DataRetrievalProvider As SPDataRetrievalProvider
Get
'Usage
Dim instance As SPWebApplication
Dim value As SPDataRetrievalProvider
value = instance.DataRetrievalProvider
public SPDataRetrievalProvider DataRetrievalProvider { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPDataRetrievalProvider
An SPDataRetrievalProvider object that represents data retrieval service settings.