共用方式為


TimesheetEnum.ValidationType 列舉

指定時程表列的驗證的類型。

命名空間:  Microsoft.Office.Project.Server.Library
組件:  Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)

語法

'宣告
<ClientCallableTypeAttribute(ServerTypeId := "AD1936DB-E776-4018-B186-B41428D31BF1",  _
    Name := "TimeSheetValidationType")> _
Public Enumeration ValidationType
'用途
Dim instance As TimesheetEnum.ValidationType
[ClientCallableTypeAttribute(ServerTypeId = "AD1936DB-E776-4018-B186-B41428D31BF1", 
    Name = "TimeSheetValidationType")]
public enum ValidationType

成員

成員名稱 描述
Unverified 值 = 0。線條是未經驗證。
Verified 值 = 1。線條被驗證。
ProjectLevel 值 = 2。線條是專案層級。

備註

使用TimesheetEnum.ValidationType類型可設定TS_LINE_VALIDATION_TYPE屬性WebSvcTimeSheet.TimesheetDataSet.LinesRowWebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRow物件中。

請參閱

參照

Microsoft.Office.Project.Server.Library 命名空間