StandardBindingElement::Reset Method (ConfigurationElement^)

 

Resets the internal state of this configuration element object, including the locks and the properties collections.

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

protected:
[SecurityCriticalAttribute]
virtual void Reset(
	ConfigurationElement^ parentElement
) override

Parameters

parentElement
Type: System.Configuration::ConfigurationElement^

The parent node of this configuration element.

.NET Framework
Available since 3.0
Return to top
Show: