PropertyValueOrigin Enumeration
Definition
Gibt die Ebene in der Konfigurationshierarchie an, aus der ein Konfigurationseigenschaftswert stammt.Specifies the level in the configuration hierarchy where a configuration property value originated.
public enum class PropertyValueOrigin
public enum PropertyValueOrigin
type PropertyValueOrigin =
Public Enum PropertyValueOrigin
- Vererbung
Felder
Default | 0 | Der Konfigurationseigenschaftswert stammt aus der DefaultValue-Eigenschaft.The configuration property value originates from the DefaultValue property. |
Inherited | 1 | Der Konfigurationseigenschaftswert wird von einer übergeordneten Ebene in der Konfiguration geerbt.The configuration property value is inherited from a parent level in the configuration. |
SetHere | 2 | Der Konfigurationseigenschaftswert wird auf der aktuellen Ebene der Hierarchie definiert.The configuration property value is defined at the current level of the hierarchy. |