2.2.4.2 PropertyType

The PropertyType complex type contains the property information for the synchronization request.

 <xs:complexType name="PropertyType">
   <xs:attribute name="Id" type="xs:string" use="required"/>
   <xs:attribute name="Value" type="xs:string" use="required"/>
 </xs:complexType>

Id: A string that identifies the property.

Value: A string that identifies the value of the property.