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


Свойство Web.LastItemModifiedDate

Gets a value that specifies when an item was last modified in the site.

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

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

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

Тип: System.DateTime
Returns a DateTime instance representing when an item was last modified in the site.

Замечания

The LastItemModifiedDate property applies only to sites that are returned by using the GetSubwebsForCurrentUser method of the Web class.

См. также

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

Web класс

Элементы Web

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