ProjectDataSet.ProjectRow.PROJ_LAST_SAVED Property
Specifies the date and time that the project was last saved.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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