It understands that it is INIT, but it does not understand that it is a part of property definition, unless it has a full keyword INITIAL.
Example:
define private property HANDOFF_CPT as char no-undo init "9999" private get. private set.
When having full keyword:
define private property HANDOFF_CPT as char no-undo initial "9999" private get. private set.
It understands that it is INIT, but it does not understand that it is a part of property definition, unless it has a full keyword INITIAL. Example:
define private property HANDOFF_CPT as char no-undo init "9999" private get. private set.
When having full keyword:
define private property HANDOFF_CPT as char no-undo initial "9999" private get. private set.