Boolean |
| Member name | Value | Description |
|---|---|---|
| True | 0 |
Logical True.
When the item is serialized out as xml, its value is "True". |
| T | 1 |
Logical True.
When the item is serialized out as xml, its value is "t". |
| False | 2 |
Logical False.
When the item is serialized out as xml, its value is "False". |
| F | 3 |
Logical False.
When the item is serialized out as xml, its value is "f". |
| Empty | 4 |
Blank - Default Value.
When the item is serialized out as xml, its value is "". |