ChangeQuery.ChangeTokenStart - Propriété
Gets or sets a value that specifies the start date and start 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 ChangeTokenStart As ChangeToken
Get
Set
'Utilisation
Dim instance As ChangeQuery
Dim value As ChangeToken
value = instance.ChangeTokenStart
instance.ChangeTokenStart = value
public ChangeToken ChangeTokenStart { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.ChangeToken
Returns a ChangeToken instance representing the start date and start time for changes that are returned through the query.