TimesheetEnum.ActionState enumeration
Specifies the state of a timesheet line for an action, such as getting a list of timesheet entries.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration ActionState
'Usage
Dim instance As TimesheetEnum.ActionState
public enum ActionState
Members
Member name | Description | |
---|---|---|
Current | Value=0. Use current timesheet lines. | |
History | Value=1. Use noncurrent timesheet lines. | |
All | Value=2. Use all timesheet lines. |