Boolean Property Type

The Boolean property data type stores a true or false value. When a Boolean property value is set, a null value is treated as false and any other value is treated as true.

The attributes for a Boolean property include the true and false value. These values define what will be displayed when the property contains a true or false value.

Boolean Property Attributes

Note: This property type does not have Special Value attributes.
  • Name: This is the unique identifier for the property definition. This value must be unique among all properties within the same parent definition.
  • Display Name: This attribute sets the default display name to label or otherwise identify the property value on the Client. This will also be the default label for any screen control that displays this property.
  • True Value: This attribute contains the value to display when the Boolean property is set to true.
  • False Value: This attribute contains the value to display when the Boolean property is set to false.