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


Свойство List.LastItemModifiedDate

Gets a value that specifies the last time a list item, field, or property of the list was modified.

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

value = instance.LastItemModifiedDate

instance.LastItemModifiedDate = value
public DateTime LastItemModifiedDate { get; set; }

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

Тип: System.DateTime
Returns a DateTime instance representing the last time a list item, field, or property of the list was modified.

Замечания

It must return Created if the list has not been modified.

См. также

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

List класс

Элементы List

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