Enum AutomaticBoolean
C#
public enum AutomaticBoolean
Fields
| Automatic | Specifies that the boolen value should be automatically determined by the system. |
| False | Specifies that a value of False should be forced. |
| True | Specifies that a value of True should be forced. |