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.
ConfigurationSaveMode Enumeration
.NET Framework (current version)
Determines which properties are written out to a configuration file.
Assembly: System.Configuration (in System.Configuration.dll)
| Member name | Description | |
|---|---|---|
| Full | Causes all properties to be written to the configuration file. This is useful mostly for creating information configuration files or moving configuration values from one machine to another. | |
| Minimal | Causes only properties that differ from inherited values to be written to the configuration file. | |
| Modified | Causes only modified properties to be written to the configuration file, even when the value is the same as the inherited value. |
.NET Framework
Available since 2.0
Available since 2.0
Show: