Properties file is essentially text, with a key value combination i.e. key = value
For multiple key values you can have something like
key = a,b,c,d
or
key = [a,b,c,d]
or anything else as long as it's a string. Of course it is up to you to parse and extract these multiple values.