Web.LastItemModifiedDate Property
Gets a value that specifies when an item was last modified in the site.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property LastItemModifiedDate As DateTime
Get
'Usage
Dim instance As Web
Dim value As DateTime
value = instance.LastItemModifiedDate
[RemoteAttribute]
public DateTime LastItemModifiedDate { get; }
Property Value
Type: System.DateTime
Returns a DateTime instance representing when an item was last modified in the site.