Share via


ProjectDataSet.AssignmentRow.AB_FINISH Property

Specifies the date on which this resource will complete work on this task, calculated at the time the baseline was saved.

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 AB_FINISH As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As DateTime

value = instance.AB_FINISH

instance.AB_FINISH = value
public DateTime AB_FINISH { get; set; }

Property Value

Type: System.DateTime

Remarks

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

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

Statusing Web Service