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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property ChangeTokenEnd As SPChangeToken
    Get
    Set
'Usage
Dim instance As SPChangeQuery
Dim value As SPChangeToken

value = instance.ChangeTokenEnd

instance.ChangeTokenEnd = value
[ClientCallableAttribute]
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.

See Also

Reference

SPChangeQuery Class

SPChangeQuery Members

Microsoft.SharePoint Namespace