IConnectorConnection Property |
Gets the first (or only) connection established by the connector.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IConnection Connection { get; }
ReadOnly Property Connection As IConnection
Get
property IConnection^ Connection {
IConnection^ get ();
}
abstract Connection : IConnection with get
Property Value
Type:
IConnectionSee Also