Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConfigurationElementCollection::ResetModified Method ()

 

Resets the value of the IsModified property to false when overridden in a derived class.

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

public protected:
virtual void ResetModified() override

The ResetModified method determines whether the elements of this collection will be written to the configuration file when the configuration is updated.

.NET Framework
Available since 2.0
Return to top
Show: