ConfigurationPropertyCollection.Add(ConfigurationProperty) Method

Definition

Adds a configuration property to the collection.

public:
 void Add(System::Configuration::ConfigurationProperty ^ property);
public void Add (System.Configuration.ConfigurationProperty property);
member this.Add : System.Configuration.ConfigurationProperty -> unit
Public Sub Add (property As ConfigurationProperty)

Parameters

Examples

The following example shows how to use the Add method.

Remarks

By default, the Add method will add the specified ConfigurationProperty object, if it is not already contained within the collection.

Applies to

See also