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:
 override bool IsModified();
protected public:
 override bool IsModified();
protected override bool IsModified ();
protected internal override bool IsModified ();
override this.IsModified : unit -> bool
Protected Overrides Function IsModified () As Boolean
Protected Friend Overrides Function IsModified () As Boolean

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