TimesheetEnum.ValidationType Enumeration

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)

Syntax

'Declaration
Public Enumeration ValidationType
'Usage
Dim instance As TimesheetEnum.ValidationType
public enum ValidationType

Members

Member name Description
Unverified Value=0. The line is unverified.
Verified Value=1. The line is verified.
ProjectLevel Value=2. The line is a project level.

Remarks

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

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace