StatusingDataSet.TasksRow.TASK_PHY_PCT_COMP property
Represents an alternative for calculating the Budgeted Cost of Work Performed (TASK_BCWP).
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_PHY_PCT_COMP As Short
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Short
value = instance.TASK_PHY_PCT_COMP
instance.TASK_PHY_PCT_COMP = value
public short TASK_PHY_PCT_COMP { get; set; }
Property value
Type: System.Int16
See also
Reference
StatusingDataSet.TasksRow class