TimesheetEnum.AuditResType enumeration

Specifies the type of resource that can audit timesheet entries.

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

Syntax

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

Members

Member name Description
Invalid Value=0. The resource is not valid for auditing timesheet entries.
Owner Value=2. The resource owns the timesheet.
Surrogate Value=4. The resource is a surrogate for timesheet audits.
FinalApprover Value=8. The resource has final approval for timesheet entries.
PreviousApprover Value=16. The resource is a previous approver of timesheet entries.
Accepter Value=32. The resource can accept timesheet entries.
Adjuster Value=64. The resource can adjust timesheet entries.
FinalApproverAdjuster Value=72. The resource can adjust and has final approval for timesheet entries.
AccepterAdjuster Value=96. The resource can accept and adjust timesheet entries.
Reviewer Value=128. The resource is a reviewer for timesheet audits.

See also

Reference

Microsoft.Office.Project.Server.Library namespace