Right now our Properties.inc only generates the initializer for the options list but
not the array declaration boilerplate around it. As the array definition is identical for all arrays,
we might as well also let the Properties.inc generate it alongside the initializers.
Unfortunately we cannot do the same for enums, as there's this magic ePropertyExperimental,
which needs to come at the end to be interpreted correctly. Hopefully we can get rid of this in
the future and do the same for the property enums.