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

适用于

另请参阅