StatusingDataSet.TasksRow.TASK_REG_WORK 屬性
會指出排定要執行的資源的非加班工時總量。
命名空間: WebSvcStatusing
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property TASK_REG_WORK As Decimal
Get
Set
'用途
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TASK_REG_WORK
instance.TASK_REG_WORK = value
public decimal TASK_REG_WORK { get; set; }