| Configuration | Gets the source IConfiguration for settings. |
| ConfiguredINIPath | Gets or sets any configured INI path. Set to null for default %ProgramData% path. |
| Count | Gets the sections count for the settings. |
| Default | Gets the default instance of Settings as a dynamic object. |
| EnvironmentalVariables | Gets or sets configuration operation mode for environmental variables. |
| INIFile | Gets or sets configuration operation mode for INI file settings. |
| INIGenerationOption | Gets or sets the option for how to generate values in the INI file when saving settings. |
| Instance | Gets the default instance of Settings. |
| IsDirty | Gets flag that determines if any settings have been changed. |
| Item | Gets the SettingsSection for the specified key. |
| SectionNames | Gets the names for the settings sections. |
| SplitDescriptionLines | Gets or sets flag that determines if description lines, e.g., those encoded into an INI file, should be split into multiple lines. |
| SQLite | Gets or sets configuration operation mode for SQLite settings. |
| SwitchMappings | Gets the command line switch mappings for Settings. |