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 or sets the date and time that an item was last modified in the site. (Read-only in sandboxed solutions.)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property LastItemModifiedDate As DateTime
Get
Set
'Usage
Dim instance As SPWeb
Dim value As DateTime
value = instance.LastItemModifiedDate
instance.LastItemModifiedDate = value
public DateTime LastItemModifiedDate { get; set; }
Type: System.DateTime
A System.DateTime object that indicates when an item was last modified.
The LastItemModifiedDate property applies only to sites that are returned by using one of the GetSubwebsForCurrentUser methods of the SPWeb class.