IPv4InterfaceStatistics.OutgoingPacketsWithErrors 属性
定义
获取有错误的传出数据包数。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
属性值
Int64 值,指定有错误的传出数据包的总数。An Int64 value that specifies the total number of outgoing packets with errors.
注解
此数据不包括未被丢弃的错误的数据包。This data does not include packets without errors that were discarded.