<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-preview.2.24128.5" />

PropertyValueOrigin

public enum PropertyValueOrigin
Specifies the level in the configuration hierarchy where a configuration property value originated.
namespace System.Configuration { public enum PropertyValueOrigin { Default, Inherited, SetHere } }