SettingsPropertyValueCollection::Add Method (SettingsPropertyValue^)

 

Adds a SettingsPropertyValue object to the collection.

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

public:
void Add(
	SettingsPropertyValue^ property
)

Exception Condition
NotSupportedException

An attempt was made to add an item to the collection, but the collection was marked as read-only.

.NET Framework
Available since 2.0
Return to top
Show: