List.LastItemModifiedDate property
Gets a value that specifies the last time a list item, field, or property of the list was modified.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property LastItemModifiedDate As DateTime
Get
Set
'Usage
Dim instance As List
Dim value As DateTime
value = instance.LastItemModifiedDate
instance.LastItemModifiedDate = value
public DateTime LastItemModifiedDate { get; set; }
Property value
Type: System.DateTime
Returns a DateTime instance representing the last time a list item, field, or property of the list was modified.
Remarks
It must return Created if the list has not been modified.