FilterElementCollection::IsElementRemovable Method (ConfigurationElement^)

.NET Framework (current version)
 

Gets a value that indicates whether the element can be removed.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

protected:
virtual bool IsElementRemovable(
	ConfigurationElement^ element
) override

Parameters

element
Type: System.Configuration::ConfigurationElement^

The configuration element to check for removability.

Return Value

Type: System::Boolean

true if the element can be removed; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: