Click or drag to resize

XmlConfigurationProvider Methods

The XmlConfigurationProvider type exposes the following members.

Methods
  NameDescription
Public methodContains
Determines whether the configuration contains an entry with the specified key.
Public methodGetKeys
Gets all keys that can be used to get or set data.
Public methodPersist
Saves the configuration data to an xml file.
Public methodReload
Reloads the configuration data from file.
Public methodSet Obsolete.
Sets the value of an entry with the specified key.
Public methodSetValue
Sets the value of an entry with the specified key.
Public methodTryGet
Attempts to get the value associated with the specified key.
Top
See Also