Web.LastItemModifiedDate property
Gets a value that specifies when an item was last modified in the site.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LastItemModifiedDate As DateTime
Get
'Usage
Dim instance As Web
Dim value As DateTime
value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; }
Property value
Type: System.DateTime
Returns a DateTime instance representing when an item was last modified in the site.
Remarks
The LastItemModifiedDate property applies only to sites that are returned by using the GetSubwebsForCurrentUser method of the Web class.