ScheduleDataSet.ScheduleRow.Start 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 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