EventLogInformation.IsLogFull Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.