StatusingDataSet.TasksRow.TASK_PCT_WORK_COMP property
Indicates the percentage of work actually elapsed compared with the amount of work remaining to be done.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
'Declaration
Public Property TASK_PCT_WORK_COMP As Short
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Short
value = instance.TASK_PCT_WORK_COMP
instance.TASK_PCT_WORK_COMP = value
public short TASK_PCT_WORK_COMP { get; set; }
Type: System.Int16
StatusingDataSet.TasksRow class