System.Configuration.SettingsPropertyValue.IsDirty Property

Gets or sets whether the value of a System.Configuration.SettingsProperty object has changed.

Syntax

public bool IsDirty { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The SettingsPropertyValue.IsDirty property indicates that the value stored by this class has changed. The default is false. The SettingsPropertyValue.IsDirty property is set to true under the following conditions:

[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0