ListOfObjectListMode Enumeration

 

Client Declaration

Specifies how a list collection of dependent object values can be modified.

 

Constants

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

ListOfObject

 

XML Schema

<xsd:simpleType>
   <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Update"/>
      <xsd:enumeration value="Replace"/>
   </xsd:restriction>
</xsd:simpleType>