ChangeQuery.ChangeTokenEnd - Propriété
Gets or sets a value that specifies the end date and end time for changes that are returned through the query.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property ChangeTokenEnd As ChangeToken
Get
Set
'Utilisation
Dim instance As ChangeQuery
Dim value As ChangeToken
value = instance.ChangeTokenEnd
instance.ChangeTokenEnd = value
public ChangeToken ChangeTokenEnd { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.ChangeToken
Returns a ChangeToken instance representing the end date and end time for changes that are returned through the query.