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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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