| ConnectionEventArgsConnection Property  | 
            Gets the connection.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IConnection Connection { get; }Public ReadOnly Property Connection As IConnection
	Get
public:
property IConnection^ Connection {
	IConnection^ get ();
}member Connection : IConnection with get
Property Value
Type: 
IConnection
See Also