DspAdapter.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.SoapPT (in Microsoft.SharePoint.Dsp.SoapPT.dll)

Syntax

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

value = instance.Connection

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

Property Value

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

See Also

Reference

DspAdapter Class

DspAdapter Members

Connection Overload

Microsoft.SharePoint.Dsp Namespace