AuditType enumeration

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

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration AuditType
'Usage
Dim instance As AuditType
[SerializableAttribute]
public enum AuditType

Members

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

Remarks

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

Note

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

See also

Reference

WebSvcAdmin namespace