EventLogConfiguration.IsEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示事件記錄檔已啟用還是停用。 已啟用的記錄檔可以記錄事件,而已停用的記錄檔則無法記錄事件。
public:
property bool IsEnabled { bool get(); void set(bool value); };
public bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean
屬性值
true
如果已啟用記錄檔,則為 ;否則為 false
。
備註
如果此屬性的值已變更,請呼叫 SaveChanges 方法來儲存變更。