Accessing Property Values

To use the composite data structures and arrays that contain Server data:
  • Use dot notation to access nested properties in composite data structures.
  • Cast unconstrained property values (
    xsd:anyType
    ) to array types.
  • Use keys or index values as appropriate to access array values.