Share via


UserProfileChangeDataContainer.ChangeToken property

Gets or sets the value of the first change in the current set of changes to the user profile data.

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

Syntax

'Declaration
Public Property ChangeToken As String
    Get
    Set
'Usage
Dim instance As UserProfileChangeDataContainer
Dim value As String

value = instance.ChangeToken

instance.ChangeToken = value
public string ChangeToken { get; set; }

Property value

Type: System.String
The value of the first change in the current set of changes to the user profile data.

See also

Reference

UserProfileChangeDataContainer class

UserProfileChangeDataContainer members

WebSvcUserProfileChangeService namespace