共用方式為


SiteLogFile.Enabled 屬性

定義

取得或設定值,指出是否為網站啟用記錄。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

屬性值

true 如果網站已啟用網站記錄,則為 ;否則為 false 。 預設值為 true

適用於