UserProfileChangeDataContainer.Changes property

Gets or sets an array of the changes to the user profile data.

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

Syntax

'Declaration
Public Property Changes As UserProfileChangeData()
    Get
    Set
'Usage
Dim instance As UserProfileChangeDataContainer
Dim value As UserProfileChangeData()

value = instance.Changes

instance.Changes = value
public UserProfileChangeData[] Changes { get; set; }

Property value

Type: []
An array that contains the changes to the user profile data.

Remarks

The array contains changes to the user profile beginning with the change specified by the value of the ChangeToken property.

See also

Reference

UserProfileChangeDataContainer class

UserProfileChangeDataContainer members

WebSvcUserProfileChangeService namespace