EventLogInformation.IsLogFull Propriedade

Definição

Recebe um valor booleano que determina se o ficheiro de registo atingiu o seu tamanho máximo (o registo está cheio).

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)

Valor de Propriedade

Retorna true se o registo estiver cheio, e retorna false se o registo não estiver cheio.

Aplica-se a

Ver também