Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the date and time that 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 WebInformation
Dim value As DateTime
value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; }
Property value
Type: System.DateTime
The date and time when an item was last modified.