ClientSettingsProvider.GetPreviousVersion Method (SettingsContext, SettingsProperty)
.NET Framework (current version)
Gets the previous version of the specified property.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
abstract GetPreviousVersion : context:SettingsContext * property:SettingsProperty -> SettingsPropertyValue override GetPreviousVersion : context:SettingsContext * property:SettingsProperty -> SettingsPropertyValue
Parameters
- context
-
Type:
System.Configuration.SettingsContext
This parameter is not used by this method.
- property
-
Type:
System.Configuration.SettingsProperty
Represents the property to get the previous version of.
Return Value
Type: System.Configuration.SettingsPropertyValueRepresents the previous version of the specified property.
| Exception | Condition |
|---|---|
| WebException | The ConnectivityStatus.IsOffline property value is false and the Web settings service at the ServiceUri location is unavailable. |
This method is used internally by the application settings system and it not meant to be used by your application code.
.NET Framework
Available since 3.5
Available since 3.5
Show: