COBCH1843 keyword not allowed with properties and indexers

The specified keyword is not allowed when defining a property or indexer.

Resolution:

Correct the code; then recompile.

Example:

In the following example, the T keyword is not allowed.

       class-id a.
       property-id Prop string using T.
       getter.
       end property.
       end class.