Editar

Share via


EventLogInformation.IsLogFull Property

Definition

Gets a Boolean value that determines whether the log file has reached its maximum size (the log is full).

public:
 property Nullable<bool> IsLogFull { Nullable<bool> get(); };
public bool? IsLogFull { get; }
member this.IsLogFull : Nullable<bool>
Public ReadOnly Property IsLogFull As Nullable(Of Boolean)

Property Value

Returns true if the log is full, and returns false if the log is not full.

Applies to

See also