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 deleted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LastItemDeletedDate As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As SPListItemLastModifiedDate
Dim value As Nullable(Of DateTime)
value = instance.LastItemDeletedDate
public Nullable<DateTime> LastItemDeletedDate { get; internal set; }
Property value
Type: System.Nullable<DateTime>
See also
Reference
SPListItemLastModifiedDate class