共用方式為


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。

屬性

適用於