InheritableBoolean Enumeration
InheritableBoolean Enumeration
Provides options for boolean values that can also inherit from a parent boolen or InheritableBoolean.
Enumeration Values
| Name | Summary |
|---|---|
| Inherited | Specifies that the relevant boolean value in the parent object should be used. |
| False | Specifies that the value should be forced to False. |
| True | Specifies that the value should be forced to True. |