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。

属性

適用対象