Share via


IDspAdapter.Versions Property

NOTE: This API is now obsolete.

Gets or sets the versions of the data retrieval service that are supported by the adapter or the versions being used by the client to query against the service.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Property Versions As Versions
    Get
    Set
'Usage
Dim instance As IDspAdapter
Dim value As Versions

value = instance.Versions

instance.Versions = value
[ObsoleteAttribute("Use the Lists web service instead.")]
Versions Versions { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.Versions
A Versions object that specifies the versions of the data retrieval service. When query execution finishes, this property contains the versions supported by the adapter.

Remarks

The Versions property corresponds to the <dsp:versions> SOAP header.

See Also

Reference

IDspAdapter Interface

IDspAdapter Members

Microsoft.SharePoint.Dsp Namespace