ScheduleDataSet.ScheduleRow.Start property

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

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

Syntax

'Declaration
Public Property Start As DateTime
    Get
    Set
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As DateTime

value = instance.Start

instance.Start = value
public DateTime Start { 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