SPFollowableList.LastItemModifiedDate property
取得清單中的任何項目上次修改的時間的時間戳記。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property LastItemModifiedDate As DateTime
Get
'用途
Dim instance As SPFollowableList
Dim value As DateTime
value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; }
Property value
Type: System.DateTime