ManagedObjectCollection Data Type

A collection of managed objects

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
ManagedObjectReferences list of ManagedObject element 0/unbounded Gets the items.
managedObjects list of ManagedObject element 0/unbounded Gets the items.

Example

<ManagedObjectCollection>
  <managedObjects>
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </managedObjects>
</ManagedObjectCollection>