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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property ChangeTokenEnd As ChangeToken
Get
Set
'Usage
Dim instance As ChangeQuery
Dim value As ChangeToken
value = instance.ChangeTokenEnd
instance.ChangeTokenEnd = value
[RemoteAttribute]
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.