TimeSheetValidationType enumeration

Specifies the set of validation types for timesheet lines.

Syntax

CSOM

enum TimeSheetValidationType 

JSOM

PS.TimeSheetValidationType

REST Interface

TimeSheetValidationType enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
Unverified 0 The timesheet line is unverified.
Verified 1 The timesheet line is verified.
ProjectLevel 2 The timesheet line is at the project level.

See Also

TimeSheetLine