TimesheetEnum.ValidationType enumeration

Office 2013 and later

Specifies the validation type of a timesheet line.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
UnverifiedValue=0. The line is unverified.
VerifiedValue=1. The line is verified.
ProjectLevelValue=2. The line is a project level.

Use the TimesheetEnum.ValidationType type to set the TS_LINE_VALIDATION_TYPE property in the WebSvcTimeSheet.TimesheetDataSet.LinesRow and WebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRow objects.

Show: