ConfigurationElementCollection.IsModified Method
.NET Framework 4.6 and 4.5
Indicates whether this ConfigurationElementCollection has been modified since it was last saved or loaded when overridden in a derived class.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
If the IsModified method of any ConfigurationElement contained within a ConfigurationElementCollection returns true, the IsModified method of the entire collection returns true as well.
Show: