Project.LastSavedDate property
Gets the most recent date when the project was saved.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property LastSavedDate As DateTime
Get
'Usage
Dim instance As Project
Dim value As DateTime
value = instance.LastSavedDate
[RemoteAttribute]
public DateTime LastSavedDate { get; }
Property value
Type: System.DateTime
The most recent date when the project was saved.