SPWeb.LastItemModifiedDate 属性
Gets or sets the date and time that an item was last modified in the site. (Read-only in 沙盒解决方案.)
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property LastItemModifiedDate As DateTime
Get
Set
用法
Dim instance As SPWeb
Dim value As DateTime
value = instance.LastItemModifiedDate
instance.LastItemModifiedDate = value
public DateTime LastItemModifiedDate { get; set; }
属性值
类型: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.