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)
Syntax
'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; }
Property value
Type: System.Int16
See also
Reference
StatusingDataSet.TasksRow class