Edit

Share via


ConfigurationSection.IsModified Method

Definition

Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class.

C#
protected internal override bool IsModified();
C#
protected override bool IsModified();

Returns

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

Applies to