INetworkStatisticInfoBytesReceivedPerSec Property |
Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesReceivedPerSec: Rate at which
bytes are 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 BytesReceivedPerSec { get; set; }
Property BytesReceivedPerSec As Long
Get
Set
property long long BytesReceivedPerSec {
long long get ();
void set (long long value);
}
abstract BytesReceivedPerSec : int64 with get, set
Property Value
Type:
Int64
The bytes received per sec.
See Also