RasConnectionEventArgs.Connection Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the connection that caused the event.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasConnection Connection { get; }
Visual Basic
Public ReadOnly Property Connection As RasConnection
	Get
Visual C++
public:
property RasConnection^ Connection {
	RasConnection^ get ();
}
F#
member Connection : RasConnection with get

Property Value

Type: RasConnection

See Also