SettingsBase.Context Property

Definition

Gets the associated settings context.

public:
 virtual property System::Configuration::SettingsContext ^ Context { System::Configuration::SettingsContext ^ get(); };
public virtual System.Configuration.SettingsContext Context { get; }
member this.Context : System.Configuration.SettingsContext
Public Overridable ReadOnly Property Context As SettingsContext

Property Value

A SettingsContext associated with the settings instance.

Remarks

A SettingsContext is used by the application to provide contextual information that the provider can use to persist settings.

Each settings class derived from SettingsBase has a context associated with it. The context is passed to the settings provider to identity additional information about the settings information. Context therefore acts as a hint to help the settings provider determine how to persist the associated settings values.

Applies to