SPListItemLastModifiedDate.LastItemModifiedDate property

Gets the date and time the last item of the list being queried was modified.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LastItemModifiedDate As Nullable(Of DateTime)
    Get
    Friend Set
'Usage
Dim instance As SPListItemLastModifiedDate
Dim value As Nullable(Of DateTime)

value = instance.LastItemModifiedDate
public Nullable<DateTime> LastItemModifiedDate { get; internal set; }

Property value

Type: System.Nullable<DateTime>

See also

Reference

SPListItemLastModifiedDate class

SPListItemLastModifiedDate members

Microsoft.SharePoint.Administration namespace