ProjectDataSet.ProjectRow.WPROJ_LAST_PUB property
Specifies the date and time of the most recent project publish operation.
Namespace: WebSvcProject
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
Remarks
Read-only. The Project Server publishing service updates WPROJ_LAST_PUB.
See also
Reference
ProjectDataSet.ProjectRow class