NetworkUsage.ConnectionDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the duration of connectivity.
public:
property TimeSpan ConnectionDuration { TimeSpan get(); };
TimeSpan ConnectionDuration();
public System.TimeSpan ConnectionDuration { get; }
var timeSpan = networkUsage.connectionDuration;
Public ReadOnly Property ConnectionDuration As TimeSpan
Property Value
The period of time that represents the duration of connectivity.