ProjectDataSet.ProjectRow.WPROJ_LAST_PUB Property

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

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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

WebSvcProject Namespace