EventLogInformation.IsLogFull 属性

定义

获取一个布尔值,该值确定日志文件是否已达到其最大大小(日志已满)。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)

属性值

Nullable<Boolean>

如果日志已满,则返回 true;如果日志未满,则返回 falseReturns true if the log is full, and returns false if the log is not full.

适用于