共用方式為


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

適用於

另請參閱