EventLogInformation.OldestRecordNumber 属性

定义

获取事件日志中最早的事件记录数。

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

属性值

返回一个长值,该值表示事件日志中最早的事件记录数。 此值可以为 null。

适用于

另请参阅