IDspAdapter.Connection Property

NOTE: This API is now obsolete.

Gets or sets the connection to the data retrieval service adapter.

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

Syntax

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

value = instance.Connection

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

Property Value

Type: Microsoft.SharePoint.Dsp.Connection
A Connection object that represents the connection.

See Also

Reference

IDspAdapter Interface

IDspAdapter Members

Microsoft.SharePoint.Dsp Namespace