ProjectDataSet.ProjectRow.WPROJ_LAST_PUB property

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

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

WebSvcStatusing namespace