SPFollowableListCollection.StartLastItemModifiedDate property

Gets or sets the time and date the start last list item was modified.

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

Syntax

'Declaration
Public Property StartLastItemModifiedDate As DateTime
    Get
    Set
'Usage
Dim instance As SPFollowableListCollection
Dim value As DateTime

value = instance.StartLastItemModifiedDate

instance.StartLastItemModifiedDate = value
public DateTime StartLastItemModifiedDate { get; set; }

Property value

Type: System.DateTime

See also

Reference

SPFollowableListCollection class

SPFollowableListCollection members

Microsoft.SharePoint.Administration namespace