Add property to TagConfiguration

I have a instance of TagConfiguration with TagType UdtType from getTagConfigsAsync method. I tried to add new BasicProperty to Properties collection. But it is not possible.
tc.getProperties().add(myProperty) return true, but there is no new property when I check the collection.
What is the right way please ?

Thank you