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 [TimeSheet Web service].TimesheetDataSet.LinesRow and [Admin Web service].TimesheetAuditExportDataSet.AuditExportsRow objects.