System.Configuration.SettingsContext
Provides contextual information that the provider can use when persisting settings.
namespace System.Configuration
{
public class SettingsContext : Hashtable
{
public SettingsContext();
protected SettingsContext(SerializationInfo serializationInfo, StreamingContext streamingContext);
}
}