Enum AutomaticBoolean
Namespace: Varigence.Languages.Biml
Assembly: Biml.dll
C#
public enum AutomaticBoolean
Fields
| Fields | Description |
|---|---|
| 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. |