TimesheetEnum.AuditType 枚举
通过调整和 / 或资源,指定的审计类型。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Enumeration AuditType
用法
Dim instance As TimesheetEnum.AuditType
public enum AuditType
成员
成员名称 | 说明 | |
---|---|---|
ByResource | 值为 0。审计类型是由资源。 | |
ByAdjuster | 值 = 1。审计类型是通过调整程序。 | |
ByBoth | 值 = 2。审计类型是通过调整程序和资源。 |
备注
有关详细信息,请参阅ReadTimesheetAuditLog() PSI 方法。
备注
WebSvcAdmin命名空间还包含AuditType类型。