TimesheetEnum.PeriodState 枚举
指定操作,如获取列表的工时单期间的时间表阶段的状态。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Enumeration PeriodState
用法
Dim instance As TimesheetEnum.PeriodState
public enum PeriodState
成员
成员名称 | 说明 | |
---|---|---|
Open | 值为 0。使用打开的工时单期间。 | |
Closed | 值 = 1。关闭使用工时单期间。 | |
All | 值 = 2。使用所有工时单期间。 |
备注
ReadPeriods方法是使用TimesheetEnum.PeriodState枚举。
备注
WebSvcAdmin命名空间还包含PeriodState类型。