ConfigurationValueReader Class

Definition

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.

Applies to