ClientSettingsProvider.GetPreviousVersion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the previous version of the specified property.
public:
virtual System::Configuration::SettingsPropertyValue ^ GetPreviousVersion(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsProperty ^ property);
public System.Configuration.SettingsPropertyValue GetPreviousVersion (System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property);
abstract member GetPreviousVersion : System.Configuration.SettingsContext * System.Configuration.SettingsProperty -> System.Configuration.SettingsPropertyValue
override this.GetPreviousVersion : System.Configuration.SettingsContext * System.Configuration.SettingsProperty -> System.Configuration.SettingsPropertyValue
Public Function GetPreviousVersion (context As SettingsContext, property As SettingsProperty) As SettingsPropertyValue
Parameters
- context
- SettingsContext
This parameter is not used by this method.
- property
- SettingsProperty
Represents the property to get the previous version of.
Returns
Represents the previous version of the specified property.
Implements
Exceptions
The IsOffline property value is false
and the Web settings service at the ServiceUri location is unavailable.
Remarks
This method is used internally by the application settings system and it not meant to be used by your application code.