List.LastItemDeletedDate 屬性
取得值,指定從清單刪除清單項目的最後時間。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property LastItemDeletedDate As DateTime
Get
'用途
Dim instance As List
Dim value As DateTime
value = instance.LastItemDeletedDate
public DateTime LastItemDeletedDate { get; }
屬性值
類型:System.DateTime
傳回代表清單項目已遭刪除清單中的最後一次DateTime執行個體。
備註
如果您尚未從清單已不刪除任何清單項目,它必須傳回建立。