What is the ConfigurationManager class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the ConfigurationManager class?
Rating:
The ConfigurationManager class provides access to configuration files. It allows reading a section from the configuration files. The tasks performed by the members of the ConfigurationManager class are as follows:
- It allows the reading and writing of configuration files.
- It provides the GetSection() and GetSectionGroup() methods to read configuration files.
- It provides the Save() method to write into configuration files.
- It provides various configuration tasks, which are supported by the following class types:
- SectionInformation class
- ElementInformation class
- ContextInformation class
- PropertyInformation class
Rating:
Was this information helpful?
Other articles
- How to set the Imports in the Visual Studio Integrated Development Environment?
- How to set a reference path in the Integrated Development Environment?
- Things to practice for Microsoft test 70-536.
- How to add a predefined launch condition?
- Building Graphical User Interface