AutomaticBoolean Enumeration
Provides options for true and false values when there is also an option to have the system determine the value automatically.
Enumeration Values
Name | Summary |
---|---|
Automatic | Specifies that the boolen value should be automatically determined by the system. |
True | Specifies that a value of True should be forced. |
False | Specifies that a value of False should be forced. |