共用方式為


ContextBindingElementExtensionElement.ContextManagementEnabled 屬性

定義

取得或設定值,這個值會指定內容管理是否已啟用。

public:
 property bool ContextManagementEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("contextManagementEnabled", DefaultValue=true)]
public bool ContextManagementEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("contextManagementEnabled", DefaultValue=true)>]
member this.ContextManagementEnabled : bool with get, set
Public Property ContextManagementEnabled As Boolean

屬性值

如果已啟用內容管理,則為 true,否則為 false

屬性

適用於