EventLogInformation.OldestRecordNumber Property

Definition

Gets the number of the oldest event record in the event log.

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)

Property Value

Returns a long value that represents the number of the oldest event record in the event log. This value can be null.

Applies to

See also