ChangeQuery.ChangeTokenEnd property

Gets or sets a value that specifies the end date and end time for changes that are returned through the query.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ChangeTokenEnd As ChangeToken
    Get
    Set
'Usage
Dim instance As ChangeQuery
Dim value As ChangeToken

value = instance.ChangeTokenEnd

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

Property value

Type: Microsoft.SharePoint.Client.ChangeToken
Returns a ChangeToken instance representing the end date and end time for changes that are returned through the query.

See also

Reference

ChangeQuery class

ChangeQuery members

Microsoft.SharePoint.Client namespace