TimeSheetLineStatus enumeration
Represents status settings that can be applied to a timesheet line.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration TimeSheetLineStatus
'Usage
Dim instance As TimeSheetLineStatus
public enum TimeSheetLineStatus
Members
Member name | Description | |
---|---|---|
NotSpecified | Value=-1. Not specified. | |
Pending | Value=0. Pending. | |
Approved | Value=1. Approved. | |
Rejected | Value=2. Rejected. | |
NotApplicable | Value=3. Not applicable. | |
PendingApproval | Value=4. Pending Approval. |
Remarks
Timesheet line status settings are represented by numerical values.