PropertyValueOrigin Enumeration
.NET Framework (current version)
Specifies the level in the configuration hierarchy where a configuration property value originated.
Assembly: System.Configuration (in System.Configuration.dll)
| Member name | Description | |
|---|---|---|
| Default | The configuration property value originates from the DefaultValue property. | |
| Inherited | The configuration property value is inherited from a parent level in the configuration. | |
| SetHere | The configuration property value is defined at the current level of the hierarchy. |
.NET Framework
Available since 2.0
Available since 2.0
Show: