Question:
How can I access the Value, Quality, and TimeStamp parameters of an XObject’s property?
Solution:
These parameters are only available when the created property type is I/O Tag.
Example:
1. Create an I/O Tag property in the XObject (for example, Temperature).
2. In the XObject’s instances, link the tag to the created property.
IMPORTANT: Link the Tag, not the Tag.Value.
Then, you will be able to use Temperature.Value, Temperature.Quality, and Temperature.Timestamp properties in the XObject.