NetworkStatisticInfoPacketsOutboundErrors Property |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsOutboundErrors: Number of
outbound packets that could not be transmitted because of errors.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public int PacketsOutboundErrors { get; set; }
<DataMemberAttribute>
Public Property PacketsOutboundErrors As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int PacketsOutboundErrors {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract PacketsOutboundErrors : int with get, set
[<DataMemberAttribute>]
override PacketsOutboundErrors : int with get, set
Property Value
Type:
Int32
The packets outbound errors.
Implements
INetworkStatisticInfoPacketsOutboundErrorsSee Also