StatusingDataSet.TasksRow.TASK_REM_WORK 屬性
表示所有指派給形成任務的資源的所有剩餘工時值的總和。
命名空間: WebSvcStatusing
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property TASK_REM_WORK As Decimal
Get
Set
'用途
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TASK_REM_WORK
instance.TASK_REM_WORK = value
public decimal TASK_REM_WORK { get; set; }