Action Enumeration

Specifies the action to take on a timesheet.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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.

NoteNote

The Microsoft.Office.Project.Server.Library namespace also includes the TimesheetEnum.Action type.

See Also

Reference

WebSvcTimeSheet Namespace