RasLinkStatistics.ConnectionDuration Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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

Property Value

Type: TimeSpan

See Also