Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the action to take on a timesheet.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration Action
'Usage
Dim instance As Action
[SerializableAttribute]
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 Microsoft.Office.Project.Server.Library namespace also includes the TimesheetEnum.Action type.