INetworkStatisticInfoPacketsPerSec Property |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsPerSec: Rate at which packets
are sent and received on the network interface.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int PacketsPerSec { get; set; }
Property PacketsPerSec As Integer
Get
Set
property int PacketsPerSec {
int get ();
void set (int value);
}
abstract PacketsPerSec : int with get, set
Property Value
Type:
Int32
The packets per sec.
See Also