EventLogRecord.RecordId プロパティ

定義

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

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

プロパティ値

長い値を返します。 この値は null にすることができます。

適用対象