ProfileBaseChangeQuery.ChangeTokenStart property

Gets or sets the starting location in the user profile change logs for the query.

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

Syntax

'Declaration
Public Property ChangeTokenStart As UserProfileChangeToken
    Get
    Set
'Usage
Dim instance As ProfileBaseChangeQuery
Dim value As UserProfileChangeToken

value = instance.ChangeTokenStart

instance.ChangeTokenStart = value
public UserProfileChangeToken ChangeTokenStart { get; set; }

Property value

Type: WebSvcUserProfileChangeService.UserProfileChangeToken
The starting location.

See also

Reference

ProfileBaseChangeQuery class

ProfileBaseChangeQuery members

WebSvcUserProfileChangeService namespace