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。使用 open 的時程表期間。 | |
Closed | 值 = 1。使用 closed 時程表期間。 | |
All | 值 = 2。使用所有時程表期間。 |
備註
在ReadPeriods方法使用TimesheetEnum.PeriodState列舉。
注意事項 |
---|
WebSvcAdmin命名空間,也包含PeriodState類型。 |