Information
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

 

Specifies the level in the configuration hierarchy where a configuration property value originated.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public enum class PropertyValueOrigin

Member nameDescription
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
Return to top
Show: