BooleanOption Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents an option with a Boolean value.

Syntax

<BooleanOption
    name = "string"
    value = "True" | "False">
</BooleanOption>

The following sections describe attributes, parent elements, and child elements.

Attributes

Name

Description

Name

string type. Length range 1-255 characters.

Represents the name of the option.

Value

Boolean type. Value range [True | False].

Represents the value of the option.

Element Information

Parent Element

Element

Occurrence

OptionList

1

Child Element

Element

Occurrence

None

Not applicable

See Also

Concepts

Message Elements