Edit

Share via


ConfigurationElementCollection.IsModified Method

Definition

Indicates whether this ConfigurationElementCollection has been modified since it was last saved or loaded when overridden in a derived class.

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

Returns

true if any contained element has been modified; otherwise, false.

Remarks

If the IsModified method of any ConfigurationElement contained within a ConfigurationElementCollection returns true, the IsModified method of the entire collection returns true as well.

Applies to