UserProfileChangeDataContainer.ChangeToken Property
Gets or sets the value of the first change in the current set of changes to the user profile data.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
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