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.

ConfigurationSection::IsModified Method ()

 
Use BaseTrue

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)

public protected:
virtual bool IsModified() override

Return Value

Type: System::Boolean

true if the element has been modified; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: