Boolean
Specify a Boolean value in the format:
<Identifier> = <Boolean value>
where <Boolean value> is either:
- True (indicating that the attribute is enabled or on)
or:
- False (indicating that the attribute is disabled or off).
Example:
ShowMarkers = True
(to include markers on a TRACE)