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