Action Enumeration
Specifies the action to take on a timesheet.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
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.