AuditType Enumeration
Specifies the audit type as by adjuster, resource, or both.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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.