NetworkTrafficMonitorIsActive Property
Gets a value that indicates whether the traffic monitor is active.
Namespace: DevCase.Core.Networking.TrafficMonitoringAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual bool IsActive { get; }
Public Overridable ReadOnly Property IsActive As Boolean
Get
Dim instance As NetworkTrafficMonitor
Dim value As Boolean
value = instance.IsActive
public:
virtual property bool IsActive {
bool get ();
}
abstract IsActive : bool with get
override IsActive : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean
A value that indicates whether the traffic monitor is active.