Project.LastSavedDate property
取得當儲存專案的最近日期。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property LastSavedDate As DateTime
Get
'用途
Dim instance As Project
Dim value As DateTime
value = instance.LastSavedDate
[RemoteAttribute]
public DateTime LastSavedDate { get; }
Property value
Type: System.DateTime
當儲存專案最近的日期。