ConfigurationPropertyCollection Constructor ()

 

Initializes a new instance of the ConfigurationPropertyCollection class.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
ConfigurationPropertyCollection()

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
Return to top
Show: