Enum WindowsRegistryRulePropagationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines how a rule will be applied and propagated.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsRegistryRulePropagationType
Fields
Key = 1
The rule applies to the key only.
KeyAndSubkeys = Key | Subkeys
The rule applies to the key and subkeys.
Subkeys = 2
The rule applies to subkeys only.
Unknown = 0
The propagation type unknown.