ProjectDataSet.ProjectRow.PROJ_LAST_SAVED 屬性
指定的日期和上次儲存專案的時間。
命名空間: WebSvcProject
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property PROJ_LAST_SAVED As DateTime
Get
Set
'用途
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime
value = instance.PROJ_LAST_SAVED
instance.PROJ_LAST_SAVED = value
public DateTime PROJ_LAST_SAVED { get; set; }
屬性值
備註
唯讀的。Project Server 更新PROJ_LAST_SAVED ,每當您更新專案的任何項目 (也就是當 Project Professional 儲存專案,或另一個應用程式使用 (PSI) 來更新專案)。