共用方式為


SPWeb.LastItemModifiedDate property

取得或設定項目上次修改站台的時間與日期。(唯讀在沙箱化解決方案中。)

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property LastItemModifiedDate As DateTime
    Get
    Set
'用途
Dim instance As SPWeb
Dim value As DateTime

value = instance.LastItemModifiedDate

instance.LastItemModifiedDate = value
public DateTime LastItemModifiedDate { get; set; }

Property value

Type: System.DateTime
System.DateTime物件,表示 [上次修改的項目。

備註

LastItemModifiedDate屬性僅適用於使用其中一個SPWeb類別的GetSubwebsForCurrentUser方法所傳回的站台。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace