Change.ChangeToken Property
Gets a value that specifies a change token that identifies the changed object.
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 ReadOnly Property ChangeToken As ChangeToken
Get
'Usage
Dim instance As Change
Dim value As ChangeToken
value = instance.ChangeToken
[RemoteAttribute]
public ChangeToken ChangeToken { get; }
Property Value
Type: Microsoft.SharePoint.Client.ChangeToken
Returns a ChangeToken instance representing the change token that identifies the changed object.