CalendarDataSet.CalendarsRow.GetCalendarExceptionsRows method
Gets the calendar rows that contain exceptions.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function GetCalendarExceptionsRows As CalendarDataSet.CalendarExceptionsRow()
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim returnValue As CalendarDataSet.CalendarExceptionsRow()
returnValue = instance.GetCalendarExceptionsRows()
public CalendarDataSet.CalendarExceptionsRow[] GetCalendarExceptionsRows()
Return value
Type: []
See also
Reference
CalendarDataSet.CalendarsRow class