Share via


ProjectDataSet.ProjectRow.WPROJ_LAST_PUB Property

Specifies the date and time of the most recent project publish operation.

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 WPROJ_LAST_PUB As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime

value = instance.WPROJ_LAST_PUB

instance.WPROJ_LAST_PUB = value
public DateTime WPROJ_LAST_PUB { get; set; }

Property Value

Type: System.DateTime
Date and time the project was last published.

Remarks

Read-only. The Project Server publishing service updates WPROJ_LAST_PUB.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Statusing Web Service