Freigeben über


EventLogInformation.IsLogFull Eigenschaft

Definition

Ruft einen booleschen Wert ab, der bestimmt, ob die Protokolldatei die maximale Größe erreicht hat (und keine Elemente mehr aufnehmen kann).

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)

Eigenschaftswert

Gibt true zurück, wenn das Protokoll voll ist; andernfalls false.

Gilt für:

Weitere Informationen