Share via


PropertyData.Values property

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

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

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

WebSvcUserProfileService namespace