StatusingDataSet.TasksRow.TASK_ACT_OVT_WORK 屬性
會指定任務的實際加班工時。
命名空間: WebSvcStatusing
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property TASK_ACT_OVT_WORK As Decimal
Get
Set
'用途
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TASK_ACT_OVT_WORK
instance.TASK_ACT_OVT_WORK = value
public decimal TASK_ACT_OVT_WORK { get; set; }