ScheduleDataSet.ScheduleRow.Finish property

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

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcStatusing namespace