Поделиться через


Свойство List.LastItemDeletedDate

Gets a value that specifies the last time a list item was deleted from the list.

Пространство имен:  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 ReadOnly Property LastItemDeletedDate As DateTime
    Get
'Применение
Dim instance As List
Dim value As DateTime

value = instance.LastItemDeletedDate
public DateTime LastItemDeletedDate { get; }

Значение свойства

Тип: System.DateTime
Returns a DateTime instance representing the last time a list item was deleted from the list.

Замечания

It must return Created if no list item has been deleted from the list yet.

См. также

Справочные материалы

List класс

Элементы List

Пространство имен Microsoft.SharePoint.Client