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。

属性

適用対象