共用方式為


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。

適用於

另請參閱