UserProfileChangeToken class

Represents a base type that specifies the unique sequential location of a change within the user profile change log.

Inheritance hierarchy

System.Object
  WebSvcUserProfileChangeService.UserProfileChangeToken

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

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")> _
Public Class UserProfileChangeToken
'Usage
Dim instance As UserProfileChangeToken
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")]
public class UserProfileChangeToken

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserProfileChangeToken members

WebSvcUserProfileChangeService namespace