Top "Configurationsection" questions

Represents a section within a configuration file.

ConfigurationSection multiple enum values

Is there a way to set multiple enum values in a configuration section? Like you do in .net object.Filter = …

c# .net configuration configurationsection configurationelement
How do I use .NET custom ConfigurationElement properties on descendent elements?

How can I get and use an attribute set in the parent ConfigurationSection in the descendent CustomSetting element? I need …

.net configuration app-config configurationsection configurationelement
Read web.config section to List

I have this in a web.config : <MySection> <Setting1 Value="10" /> <Setting2 Value="20" /> <Setting3 …

c# .net configuration configurationsection custom-configuration
Adding custom attributes to Custom Provider Configuration Section in app.config

I am following this great article on how to create a Provider framework in .NET Basically, this article explains greatly …

c# provider configurationsection