DotRas SDK Documentation |
RasConnectionEventArgs..::..Connection Property |
RasConnectionEventArgs Class See Also Send Feedback |
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 |