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