IPInterfaceStatistics.OutgoingPacketsWithErrors Property

Definition

Gets the number of outgoing packets with errors.

public:
 abstract property long OutgoingPacketsWithErrors { long get(); };
public abstract long OutgoingPacketsWithErrors { get; }
member this.OutgoingPacketsWithErrors : int64
Public MustOverride ReadOnly Property OutgoingPacketsWithErrors As Long

Property Value

The total number of outgoing packets with errors.

Remarks

This data does not include packets without errors that were discarded.

Applies to