Adds an additional value to the property with the specified key.
Try to get counts from appConfig, and if generate is true initialize them if not found there *
Gets the configuration property with the specified key.
Gets the configuration property with the specified key. If the key is not found it wil return None.
Checks to see if the value is part of the property with the specified key.
Increment configuration property with specified key by value.
Increment configuration property with specified key by value. *
Remove the configuration property with the specified key and returns the value if any was set, otherwise it will return None.
Removes the value from the property with the specified key.
Reset configuration property with specified key to zero.
Reset configuration property with specified key to zero. *
Sets the configuration property with the specified key to the specified value.
Sets the configuration property with the specified key to the specified value. If the key already existed it will return the old value, otherwise it returns None.
Gets the configuration property with the specified key.
Gets the configuration property with the specified key. If the key is not found it wil return the default value (empty string if not specified).
Application wide configuration options. This class contains the service definition and can be used to store application configuration options. See also AppConfiguration for specific configuration options.