|
| DotRas SDK Documentation |
| RasLinkStatistics..::..ConnectionDuration Property |
| RasLinkStatistics Class See Also Send Feedback |
|
Gets the length of time that the connection has been connected.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public TimeSpan ConnectionDuration { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ConnectionDuration As TimeSpan Get |
| Visual C++ |
|---|
public: property TimeSpan ConnectionDuration { TimeSpan get (); } |
| F# |
|---|
member ConnectionDuration : TimeSpan with get |