EventLogInformation.IsLogFull Propriété
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur Boolean qui détermine si le fichier journal a atteint sa taille maximale (le journal est plein).
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)
Retourne la valeur true
si le journal est plein, et la valeur false
si le journal n'est pas plein.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :