TimesheetEnum.Status enumeration

Specifies the status of a timesheet.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration Status
'Usage
Dim instance As TimesheetEnum.Status
public enum Status

Members

Member name Description
InProgress Value=0. In progress.
Submitted Value=1. Submitted.
Acceptable Value=2. Acceptable.
Approved Value=3. Approved.
Rejected Value=4. Rejected.
PendingSubmit Value=5. Pending submission; used when one or more timesheet lines are pending approval after a timesheet is submitted and project manager coordination is required.

Remarks

Use the TimesheetEnum.Status type to set the TS_STATUS_ENUM property in the following objects:

See also

Reference

Microsoft.Office.Project.Server.Library namespace