SettingsBase.Context Property
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 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
.NET