ConfigurationPropertyCollection Constructor ()
.NET Framework (current version)
Initializes a new instance of the ConfigurationPropertyCollection class.
Assembly: System.Configuration (in System.Configuration.dll)
You use the ConfigurationPropertyCollection to create a new collection that will contain the ConfigurationProperty objects as they apply to your configuration element.
The following example shows how to use the ConfigurationPropertyCollection constructor.
.NET Framework
Available since 2.0
Available since 2.0
Show: