SettingsPropertyValueCollection.Add(SettingsPropertyValue) Method

Definition

Adds a SettingsPropertyValue object to the collection.

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

Parameters

Exceptions

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

Applies to