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 を返します。

適用対象