DataServicesReplaceFunctionFeature::Enable Property

.NET Framework (current version)
 

Gets or sets a boolean value that specifies if the Replace functionality is enabled.

Namespace:   System.Data.Services.Configuration
Assembly:  System.Data.Services (in System.Data.Services.dll)

public:
[ConfigurationPropertyAttribute("enable")]
property bool Enable {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

True if the replace functionality is enabled, otherwise false.

.NET Framework
Available since 4.5
Return to top
Show: