The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: