2.2.4.19 ValueData

The ValueData complex type is used to represent a value for a given user profile property.

 <s:complexType name="ValueData">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
   </s:sequence>
 </s:complexType>

Value: A string element contains the value of a user profile property.