IDspAdapter.Connection Property

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

Property Connection As Connection
    Get
    Set

Dim instance As IDspAdapter
Dim value As Connection

value = instance.Connection

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