INetworkStatisticInfoPacketsReceivedErrors Property |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedErrors: Number of
inbound packets that contained errors preventing delivery to a higher-layer protocol.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int PacketsReceivedErrors { get; set; }
Property PacketsReceivedErrors As Integer
Get
Set
property int PacketsReceivedErrors {
int get ();
void set (int value);
}
abstract PacketsReceivedErrors : int with get, set
Property Value
Type:
Int32
The packets received errors.
See Also