Partager via


CalendarDataSet.Calendars Property

Gets the collection of calendars in the dataset.

Namespace:  [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Calendars As CalendarDataSet.CalendarsDataTable
    Get
'Usage
Dim instance As CalendarDataSet
Dim value As CalendarDataSet.CalendarsDataTable

value = instance.Calendars
[BrowsableAttribute(false)]
public CalendarDataSet.CalendarsDataTable Calendars { get; }

Property Value

Type: [Calendar Web service].CalendarDataSet.CalendarsDataTable

See Also

Reference

CalendarDataSet Class

CalendarDataSet Members

Calendar Web Service