TimesheetEnum.AuditType-Enumeration
Gibt an, welche Audit als, und Anpassung, Ressource oder beides.
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
Member
Membername | Beschreibung | |
---|---|---|
ByResource | Wert = 0. Der Audit-Typ ist, die Ressource. | |
ByAdjuster | Wert = 1. Der Audit-Typ ist durch Anpassung. | |
ByBoth | Wert = 2. Der Audit-Typ ist durch die Anpassung und Ressource. |
Hinweise
Weitere Informationen finden Sie unter der ReadTimesheetAuditLog() PSI-Methode.
Hinweis
Der WebSvcAdmin -Namespace enthält auch den AuditType -Typ.