ConfigurationPropertyCollection::Add Method (ConfigurationProperty^)
.NET Framework (current version)
Adds a configuration property to the collection.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- property
-
Type:
System.Configuration::ConfigurationProperty^
The ConfigurationProperty to add.
By default, the Add method will add the specified ConfigurationProperty object, if it is not already contained within the collection.
The following example shows how to use the Add method.
.NET Framework
Available since 2.0
Available since 2.0
Show: