Share via


ScheduleDataSet.ScheduleRow.Finish Property

Gets or sets the finish date of the assignment or project.

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 Finish As DateTime
    Get
    Set
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As DateTime

value = instance.Finish

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

Property Value

Type: System.DateTime

Remarks

If Category is 0, it denotes the finish date of the assignment.

If Category is 1, it denotes the finish date of the project.

See Also

Reference

ScheduleDataSet.ScheduleRow Class

ScheduleDataSet.ScheduleRow Members

Statusing Web Service