SettingsBase
Provides the base class used to support user property settings.
                
Gets the associated settings context.
Gets a value indicating whether access to the object is synchronized (thread safe).
Gets or sets the value of the specified settings property.
Gets the collection of settings properties.
Gets a collection of settings property values.
Gets a collection of settings providers.
protected SettingsBase()
Initializes a new instance of the  SettingsBase class.
Provides a  SettingsBase class that is synchronized (thread safe).
public void Initialize(SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers)
Initializes internal properties used by  SettingsBase object.
Stores the current values of the settings properties.