StatusingDataSet.TasksRow.TASK_REM_WORK property
Represents the sum of all remaining work values for all of the resources who are assigned to the unfinished task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_REM_WORK As Decimal
Get
Set
'Usage
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; }
Property value
Type: System.Decimal
See also
Reference
StatusingDataSet.TasksRow class