ConfigurationValueReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the configuration value reader helper class to read values from either the configuration file or the configuration details object.
public ref class ConfigurationValueReader
public class ConfigurationValueReader
type ConfigurationValueReader = class
Public Class ConfigurationValueReader
- Inheritance
-
ConfigurationValueReader
Methods
ConfigurationReader() |
Gets the ConfigurationValueReader object. |
ReadAppSettings(String) |
Reads from the application settings of the configuration file or the configuration web service. |
ReadSection(String, IConfigurationSectionHandler) |
Reads from a specific section of the config file or the configuration web service. |