ProjectDataSet.ProjectRow.PROJ_LAST_SAVED Property
Specifies the date and time the project was last saved.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property PROJ_LAST_SAVED As DateTime
Get
Set
'Usage
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; }
Property Value
Type: System.DateTime
Last saved date and time.
Remarks
Read-only. Project Server updates PROJ_LAST_SAVED whenever you update anything on the project (that is, when Project Professional saves the project or another application uses the Project Server Interface (PSI) to update the project).
See Also
Reference
ProjectDataSet.ProjectRow Class