Client Declaration
ListOfObjectListMode
Specifies how a list collection of dependent object values can be modified.
Name | Value | Description |
---|---|---|
Update |
0 | The list collection can be modified by updating the objects in the collection. |
Replace |
1 | The list collection can be modified by replacing the objects in the collection. |
Applies To
<xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Update"/> <xsd:enumeration value="Replace"/> </xsd:restriction> </xsd:simpleType>