[This is preliminary documentation and is subject to change.]
Override specifications that dictate what to do when another node supplies entity with the same name
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
All | 0 | Override everything: attributes, sections, and value | |
Attributes | 1 | Ovveride attributes only | |
Sections | 2 | Override sections only | |
Replace | 3 | Completely replace node | |
Stop | 4 | Stop override at this level | |
Fail | 5 | Fail the process |
See Also