HierarchicalEnableState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum that describes the three enabled states in a hierarchical context. HierarchicalEnableState is used in conjunction with HierarchicalStates
public enum class HierarchicalEnableState
public enum HierarchicalEnableState
type HierarchicalEnableState =
Public Enum HierarchicalEnableState
- Inheritance
-
HierarchicalEnableState
Fields
Name | Value | Description |
---|---|---|
ForceOff | 0 | The feature is disabled on this hierarchy level and further below. |
ForceOn | 1 | The feature is enabled on this hierarchy level and further below. |
InheritFromParent | 2 | The feature's enabled state is inherited from the parent. |