EventLogInformation.RecordCount プロパティ

定義

イベント ログ内のイベント レコードの数を取得します。

public:
 property Nullable<long> RecordCount { Nullable<long> get(); };
public long? RecordCount { get; }
member this.RecordCount : Nullable<int64>
Public ReadOnly Property RecordCount As Nullable(Of Long)

プロパティ値

イベント ログ内のイベント レコードの数を表す long 値を返します。 この値は null にすることができます。

適用対象