SPListItemLastModifiedDate.LastItemDeletedDate property
會取得的日期和時間要查詢之清單的最後一個項目已遭刪除。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property LastItemDeletedDate As Nullable(Of DateTime)
Get
Friend Set
'用途
Dim instance As SPListItemLastModifiedDate
Dim value As Nullable(Of DateTime)
value = instance.LastItemDeletedDate
public Nullable<DateTime> LastItemDeletedDate { get; internal set; }
Property value
Type: System.Nullable<DateTime>
請參閱
參照
SPListItemLastModifiedDate class