DataServicesReplaceFunctionFeature.Enable 属性

定义

获取或设置一个布尔值,该值指定是否启用了 Replace 功能。

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。

属性

适用于