FilterElementCollection.IsElementRemovable(ConfigurationElement) Method

Definition

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

protected:
 override bool IsElementRemovable(System::Configuration::ConfigurationElement ^ element);
protected override bool IsElementRemovable (System.Configuration.ConfigurationElement element);
override this.IsElementRemovable : System.Configuration.ConfigurationElement -> bool
Protected Overrides Function IsElementRemovable (element As ConfigurationElement) As Boolean

Parameters

element
ConfigurationElement

The configuration element to check for removability.

Returns

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

Applies to