SPWebInfo.LastItemModifiedDate Property

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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