System.Configuration.ApplicationSettingsBase.Reload Method

Refreshes the application settings property values from persistent storage.

Syntax

public void Reload ()

Remarks

The ApplicationSettingsBase.Reload method clears the currently cached property values, causing a reload of these values from persistent storage when they are subsequently accessed. This method performs the following actions:

ApplicationSettingsBase.Reload contrasts with ApplicationSettingsBase.Reset in that the former will load the last set of saved application settings values, whereas the latter will load the saved default values.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0