Share via


AutomationConnectionBoundObject.Connection Property

Definition

Gets the connection details for the connection-bound object.

public:
 property AutomationConnection ^ Connection { AutomationConnection ^ get(); };
AutomationConnection Connection();
public AutomationConnection Connection { get; }
var automationConnection = automationConnectionBoundObject.connection;
Public ReadOnly Property Connection As AutomationConnection

Property Value

The connection details for the connection-bound object.

Applies to

See also