Share via


CalendarDataSet.Calendars property

Gets the collection of calendars in the dataset.

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

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: WebSvcCalendar.CalendarDataSet.CalendarsDataTable

See also

Reference

CalendarDataSet class

CalendarDataSet members

WebSvcCalendar namespace