次の方法で共有


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 の場合もあります。

適用対象

こちらもご覧ください