TimesheetEnum.Action Enumeration
Specifies the action to take on 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 Action
'Usage
Dim instance As TimesheetEnum.Action
public enum Action
Members
Member name | Description | |
---|---|---|
Submit | Value=0. Submit timesheet. | |
PendingApproval | Value=1. Pending approval. Do not use; this is reserved for use by Project Server. | |
Approve | Value=2. Approve timesheet. | |
Reject | Value=3. Reject timesheet. |
Remarks
For more information, see the QueueReviewTimesheet PSI method.
Note
The [TimeSheet Web service] namespace also includes the Action type.