PropertyValueOrigin public enum PropertyValueOrigin Documentation Code namespace System.Configuration { public enum PropertyValueOrigin { Default, Inherited, SetHere } }