ScheduleDataSet.Schedule Property

Gets the information about the project schedule status.

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
<BrowsableAttribute(False)> _
Public ReadOnly Property Schedule As ScheduleDataSet.ScheduleDataTable
    Get
'Usage
Dim instance As ScheduleDataSet
Dim value As ScheduleDataSet.ScheduleDataTable

value = instance.Schedule
[BrowsableAttribute(false)]
public ScheduleDataSet.ScheduleDataTable Schedule { get; }

Property Value

Type: [Statusing Web service].ScheduleDataSet.ScheduleDataTable

See Also

Reference

ScheduleDataSet Class

ScheduleDataSet Members

Statusing Web Service