Click or drag to resize

ConfigurationFile Properties

The ConfigurationFile type exposes the following members.

Properties
  Name Description
Public property Configuration Get the underlying Configuration that can be accessed using this ConfigurationFile object.
Public property Culture Gets or sets the CultureInfo to use for the conversion of setting values to and from String.
Public property Static member Current Gets the ConfigurationFile object that represents the config file of the currently executing Windows or Web application.
Public property Settings Gets the CategorizedSettingsSection object representing settings under the "categorizedSettings" section of the config file.
Top
See Also