System 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationSection The dnprdnshort contains a single default settings provider, , which stores configuration data to the local file system in files with the extension .config. The contents of configuration files are structured as XML documents. User-scoped settings are persisted in a file with the name username.config. Within this file, data is stored as elements within a <userSettings> section. Each of these sections is represented by a corresponding . Each section object is owned and administered by a configuration section handler, which is an . The class represents a simple extension of the class, which is used in the dnprdnshort support for general configuration files. For more information about application settings, see the topic Application Settings for Windows Forms. Represents a group of user-scoped application settings in a configuration file. Constructor 2.0.0.0 4.0.0.0 The default constructor initializes the property. Initializes a new instance of the class. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection) System.Configuration.SettingElementCollection To be added. The property is itself a configuration property. Gets the collection of client settings for the section.