INetworkStatisticInfoBytesTotalPerSec Property |
Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesTotalPerSec: Rate at which bytes
are sent and received on the interface, including framing characters.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long BytesTotalPerSec { get; set; }
Property BytesTotalPerSec As Long
Get
Set
property long long BytesTotalPerSec {
long long get ();
void set (long long value);
}
abstract BytesTotalPerSec : int64 with get, set
Property Value
Type:
Int64
The bytes total per sec.
See Also