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
<ClientCallableTypeAttribute(ServerTypeId := "AD1936DB-E776-4018-B186-B41428D31BF1", _
Name := "TimeSheetValidationType")> _
Public Enumeration ValidationType
'Usage
Dim instance As TimesheetEnum.ValidationType
[ClientCallableTypeAttribute(ServerTypeId = "AD1936DB-E776-4018-B186-B41428D31BF1",
Name = "TimeSheetValidationType")]
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.