TimesheetEnum.ActionState 枚举
指定操作,如获取列表的工时单条目的时间表行的状态。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Enumeration ActionState
用法
Dim instance As TimesheetEnum.ActionState
public enum ActionState
成员
成员名称 | 说明 | |
---|---|---|
Current | 值为 0。使用当前的时间表行。 | |
History | 值 = 1。使用当前的时间表行。 | |
All | 值 = 2。使用所有工时单行。 |