Свойство ChangeQuery.ChangeTokenEnd
Gets or sets a value that specifies the end date and end time for changes that are returned through the query.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property ChangeTokenEnd As ChangeToken
Get
Set
'Применение
Dim instance As ChangeQuery
Dim value As ChangeToken
value = instance.ChangeTokenEnd
instance.ChangeTokenEnd = value
public ChangeToken ChangeTokenEnd { get; set; }
Значение свойства
Тип: Microsoft.SharePoint.Client.ChangeToken
Returns a ChangeToken instance representing the end date and end time for changes that are returned through the query.