This documentation is archived and is not being maintained.
ClientSettingsProvider Methods
Visual Studio 2010
The ClientSettingsProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetPreviousVersion | Gets the previous version of the specified property. |
|
GetPropertyMetadata | Gets a collection of metadata for all properties retrieved from the specified Web settings service. |
|
GetPropertyValues | Returns the collection of settings property values for the specified application instance and settings property group. (Overrides SettingsProvider::GetPropertyValues(SettingsContext, SettingsPropertyCollection).) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Initialize | Initializes the provider. (Overrides ProviderBase::Initialize(String, NameValueCollection).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Reset | Resets all user settings to their default values. |
|
SetPropertyValues | Sets the values of the specified group of property settings. (Overrides SettingsProvider::SetPropertyValues(SettingsContext, SettingsPropertyValueCollection).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Upgrade | This method is not used by this class. |
Show: