System.Configuration.SettingsBase.Save Method

Stores the current values of the settings properties.

Syntax

public virtual void Save ()

Remarks

The System.Configuration.SettingsBase instance groups properties based on the provider that is associated with each property. Each provider is then called in sequence and is passed the set of properties that the provider should save.

Requirements

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