SPFollowableList.LastItemModifiedDate property
Gets the time stamp of the last time any item in the list was modified.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LastItemModifiedDate As DateTime
Get
'Usage
Dim instance As SPFollowableList
Dim value As DateTime
value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; }
Property value
Type: System.DateTime