SPList.LastItemDeletedDate 属性
获取的日期和上次删除列表中的项目的时间。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property LastItemDeletedDate As DateTime
Get
用法
Dim instance As SPList
Dim value As DateTime
value = instance.LastItemDeletedDate
public DateTime LastItemDeletedDate { get; }
属性值
类型:System.DateTime
System.DateTime对象,它指示的日期和时间。