다음을 통해 공유


UserProfileChangeDataContainer.Changes Property

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

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

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

UserProfileChangeService Web Service