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。

属性

适用于