You can autoincrement property names if there is a long list of properties to be specified.
For example:
A.comp.field1=foo A.comp.field2=bar A.comp.field3=hello A.comp.field4=world
You can autoincrement these fields:
A.comp.field++=foo A.comp.field++=bar A.comp.field++=hello A.comp.field++=world