IPv4InterfaceStatistics.OutgoingPacketsWithErrors プロパティ

定義

エラーが発生した送信パケットの数を取得します。

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

プロパティ値

エラーが発生した送信パケットの合計数を指定する Int64 値。

注釈

このデータには、破棄されたエラーのないパケットは含まれません。

適用対象