Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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