SPWebInfo.LastItemModifiedDate property

Date when the last item of the Web site was changed.

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

Syntax

'Declaration
Public ReadOnly Property LastItemModifiedDate As DateTime
    Get
'Usage
Dim instance As SPWebInfo
Dim value As DateTime

value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; }

Property value

Type: System.DateTime
A DateTime representing the last time a Web site item was changed.

See also

Reference

SPWebInfo class

SPWebInfo members

Microsoft.SharePoint namespace