List.LastItemModifiedDate 屬性
取得值,指定修改清單項目、欄位或清單內容的最後時間。
命名空間: 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 Property LastItemModifiedDate As DateTime
Get
Set
'用途
Dim instance As List
Dim value As DateTime
value = instance.LastItemModifiedDate
instance.LastItemModifiedDate = value
public DateTime LastItemModifiedDate { get; set; }
屬性值
類型:System.DateTime
傳回代表的上次修改清單項目、 欄位或清單的屬性DateTime執行個體。
備註
如果尚未修改清單必須傳回建立。