NetworkTrafficMonitorInterfaceName Property
Gets the name of the network interface that is being monitored.
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 string InterfaceName { get; }
Public Overridable ReadOnly Property InterfaceName As String
Get
Dim instance As NetworkTrafficMonitor
Dim value As String
value = instance.InterfaceName
public:
virtual property String^ InterfaceName {
String^ get ();
}
abstract InterfaceName : string with get
override InterfaceName : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The name of the network interface that is being monitored.