SettingsPropertyValueCollection
Contains a collection of settings property values that map  SettingsProperty objects to  SettingsPropertyValue objects.
                
Gets a value that specifies the number of  SettingsPropertyValue objects in the collection.
Gets a value that indicates whether access to the collection is synchronized (thread safe).
Gets an item from the collection.
Gets the object to synchronize access to the collection.
public SettingsPropertyValueCollection()
Initializes a new instance of the  SettingsPropertyValueCollection class.
Adds a  SettingsPropertyValue object to the collection.
Removes all  SettingsPropertyValue objects from the collection.
Creates a copy of the existing collection.
Copies this  SettingsPropertyValueCollection collection to an array.
Gets the  IEnumerator object as it applies to the collection.
Removes a  SettingsPropertyValue object from the collection.
Sets the collection to be read-only.