I would be nice to directly read any property configured on a tag with system.tag.read().
For instance, using system.tag.read(["[default]tag/Alarms/High.setpointA"])[0].value to get the alarm limit of a specific alarm configured on a tag. I would also like to be able to directly write this property to set a new alarm limit.