TimesheetEnum.AuditType Enumeration

Specifies the audit type as by adjuster, resource, or both.

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

Syntax

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

Members

Member name Description
ByResource Value=0. The audit type is by resource.
ByAdjuster Value=1. The audit type is by adjuster.
ByBoth Value=2. The audit type is by both adjuster and resource.

Remarks

For more information, see the ReadTimesheetAuditLog() PSI method.

NoteNote

The WebSvcAdmin namespace also includes the AuditType type.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace