The following tables list the members exposed by AppSettingStorage.
Name | Description | |
---|---|---|
AppSettingStorage Constructor | Stores values in the local application's configuration |
Name | Description | |
---|---|---|
Sync | Provides syncronization across instances of AppSettingsStorage classes modifying the configuration file(s) |
Name | Description | |
---|---|---|
Delete | Removes a property from the storage by name | |
Read | returns true if the property was successfully retireved into the output variable 'value' | |
Write | Writes the given property by name |
Name | Description | |
---|---|---|
MakePath | Creates the full name of the item from path and name | |
Open | Opens a configuration section and returns the key/value collection associated. |