CalendarDataSet.CalendarsRow.GetCalendarExceptionsRows Method
Gets the calendar rows that contain exceptions.
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
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