<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.9" />

ConfigurationProperty

public sealed class ConfigurationProperty
Represents an attribute or a child of a configuration element. This class cannot be inherited.
using System.ComponentModel; using System.ComponentModel; using System.ComponentModel; namespace System.Configuration { public delegate void SettingsSavingEventHandler (object sender, CancelEventArgs e); }