EventLogInformation.IsLogFull 属性

定义

获取一个布尔值,该值确定日志文件是否已达到其最大大小(日志已满)。

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)

属性值

返回 true 日志是否已满,如果日志未满,则 false 返回。

适用于