DataServicesReplaceFunctionFeature.Enable 屬性

定義

取得或設定一個布林值,指定替換功能是否啟用。

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

屬性值

若啟用替換功能,則為 true,否則為 false。

屬性

適用於