Share via


ScheduleDataSet.Schedule property

Gets the information about the project schedule status.

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

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: WebSvcStatusing.ScheduleDataSet.ScheduleDataTable

See also

Reference

ScheduleDataSet class

ScheduleDataSet members

WebSvcStatusing namespace