TimesheetAuditExportDataSet.AuditExportsRow.TS_ACT_AUD_PLAN_DELTA_VALUE 属性
计划工时单行上实际工时值的更改。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property TS_ACT_AUD_PLAN_DELTA_VALUE As Decimal
Get
Set
用法
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
Dim value As Decimal
value = instance.TS_ACT_AUD_PLAN_DELTA_VALUE
instance.TS_ACT_AUD_PLAN_DELTA_VALUE = value
public decimal TS_ACT_AUD_PLAN_DELTA_VALUE { get; set; }
属性值
备注
值为 1/100 分钟为单位。例如,一个小时的值是 6000。
另请参阅
引用
TimesheetAuditExportDataSet.AuditExportsRow 类