ProjectDataSet.ProjectRow.PROJ_LAST_SAVED property

Specifies the date and time that the project was last saved.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.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

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 PSI to update the project).

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace