ConfigurationElement.IsModified Method
.NET Framework 3.0
Indicates whether this configuration element has been modified since it was last saved or loaded, when implemented in a derived class.
Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)
Assembly: System.Configuration (in system.configuration.dll)
The IsModified method determines whether this ConfigurationElement object will be written to the configuration file when the Save method is called. If the return value is false, it is assumed that the configuration file represents the current state of the element.
By default, IsModified returns true after a property is set through the indexer to this ConfigurationElement object.
Override the IsModified method to provide custom indication of the state of this ConfigurationElement element.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: