ProjectDataSet.AssignmentRow.AB_WORK Property

Specifies the amount of work this resource spends on this task, calculated at the time the baseline was saved.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property AB_WORK As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.AB_WORK

instance.AB_WORK = value
public double AB_WORK { get; set; }

Property Value

Type: System.Double

Remarks

Read-only. This property is set when you save a baseline for the project.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace