SPChangeQuery.ChangeTokenEnd Property
Gets or sets a token that specifies the end date and time that changes can be returned through the query.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property ChangeTokenEnd As SPChangeToken
Get
Set
Dim instance As SPChangeQuery
Dim value As SPChangeToken
value = instance.ChangeTokenEnd
instance.ChangeTokenEnd = value
public SPChangeToken ChangeTokenEnd { get; set; }
Property Value
Type: Microsoft.SharePoint.SPChangeToken
An SPChangeToken object that specifies an ending date and time.
Remarks
If the property is set to a a null reference (Nothing in Visual Basic) value, the query returns all changes after the date that is specified by the ChangeTokenStart property. If more than 1000 changes occurred during this time period, the first 1000 are returned.