Error 14832

Message

Possible error messages:

Without Resource Bundle (default)
  • The property {PROPERTY_NAME} is not Boolean type
With Resource Bundle
  • The property {PROPERTY_NAME} is not Boolean type.
Domain Mobile.ApplicationError
Number 14832
Label PROPERTY_NOT_BOOLEAN
Applicable Platform(s) Windows Mobile

Cause

Cannot get a boolean property in application settings because it is set to a non-boolean value.

Action

Use the correct method of a specific type to get the property value, such as getIntegerProperty, getStringProperty.