StatusingDataSet.TasksRow.TASK_BUDGET_WORK 屬性
代表工作的總預算的工時。
命名空間: WebSvcStatusing
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property TASK_BUDGET_WORK As Decimal
Get
Set
'用途
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TASK_BUDGET_WORK
instance.TASK_BUDGET_WORK = value
public decimal TASK_BUDGET_WORK { get; set; }