PropertyData.Values Property

Gets or sets the property values of the user profile property.

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
Public Property Values As ValueData()
    Get
    Set
'Usage
Dim instance As PropertyData
Dim value As ValueData()

value = instance.Values

instance.Values = value
public ValueData[] Values { get; set; }

Property Value

Type: []
The property values of the user profile property.

See Also

Reference

PropertyData Class

PropertyData Members

UserProfileService Web Service