SettingsPropertyCollection::Add Method (SettingsProperty^)

 

Adds a SettingsProperty object to the collection.

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

public:
void Add(
	SettingsProperty^ property
)

Parameters

property
Type: System.Configuration::SettingsProperty^

A SettingsProperty object.

Exception Condition
NotSupportedException

The collection is read-only.

.NET Framework
Available since 2.0
Return to top
Show: