ClientSettingsProvider::GetPreviousVersion Method (SettingsContext^, SettingsProperty^)

 

Gets the previous version of the specified property.

Namespace:   System.Web.ClientServices.Providers
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::SettingsPropertyValue^

Represents 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
Return to top
Show: