SPList.LastItemDeletedDate property
會取得的日期和時間的上一次刪除清單中的項目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property LastItemDeletedDate As DateTime
Get
'用途
Dim instance As SPList
Dim value As DateTime
value = instance.LastItemDeletedDate
public DateTime LastItemDeletedDate { get; }
Property value
Type: System.DateTime
System.DateTime物件表示的日期和時間。