This documentation is archived and is not being maintained.
ClientSettingsProvider::GetPreviousVersion Method
Visual Studio 2010
Gets the previous version of the specified property.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: virtual SettingsPropertyValue^ GetPreviousVersion( SettingsContext^ context, SettingsProperty^ property ) sealed
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.
Implements
IApplicationSettingsProvider::GetPreviousVersion(SettingsContext, SettingsProperty)| Exception | Condition |
|---|---|
| WebException | The ConnectivityStatus::IsOffline property value is false and the Web settings service at the ServiceUri location is unavailable. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: