StatusingDataSet.TasksRow.TASK_REM_WORK Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the sum of all remaining work values for all of the resources who are assigned to the unfinished task.
public:
property System::Decimal TASK_REM_WORK { System::Decimal get(); void set(System::Decimal value); };
public decimal TASK_REM_WORK { get; set; }
member this.TASK_REM_WORK : decimal with get, set
Public Property TASK_REM_WORK As Decimal