IDspAdapter.Versions Property

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

Property Versions As Versions
    Get
    Set

Dim instance As IDspAdapter
Dim value As Versions

value = instance.Versions

instance.Versions = value
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