HierarchicalEnableState Enum

Definition

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

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.

Applies to

See also