CalendarDataSet.CalendarsRow.GetCalendarExceptionsRows Method
Gets the calendar rows that contain exceptions.
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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