AuditType-Enumeration
Gibt an, welche Audit als, und Anpassung, Ressource oder beides.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration AuditType
'Usage
Dim instance As AuditType
[SerializableAttribute]
public enum AuditType
Member
Membername | Beschreibung | |
---|---|---|
ByResource | Wert = 0. Audit-Typ ist, die Ressource. | |
ByAdjuster | Wert = 1. Audit wird von der Anpassung. | |
ByBoth | Wert = 2. Audit-Typ ist durch die Anpassung und Ressource. |
Hinweise
Weitere Informationen finden Sie unter der ReadTimesheetAuditLog(DateTime, DateTime, DateTime, DateTime, AuditType) PSI-Methode.
Hinweis
Der Microsoft.Office.Project.Server.Library -Namespace enthält auch den TimesheetEnum.AuditType -Typ.