Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the approval status of a timesheet line.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration LineStatus
'Usage
Dim instance As TimesheetEnum.LineStatus
public enum LineStatus
Members
| Member name | Description | |
|---|---|---|
| Pending | Value=0. The timesheet line approval is pending. | |
| Approved | Value=1. The timesheet line is approved. | |
| Rejected | Value=2. The timesheet line is rejected. | |
| NotApplicable | Value=3. The timesheet line is not applicable. | |
| PendingApproval | Value=4. The timesheet is pending approval. |
Remarks
Use the TimesheetEnum.LineStatus type to set the TS_LINE_STATUS property in the TimesheetDataSet.LinesRow object.