Share via


CalendarDataSet.CalendarExceptionsDataTable.NewCalendarExceptionsRow Method

Creates a row in the CalendarDataSet.CalendarExceptionsDataTable.

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 NewCalendarExceptionsRow As CalendarDataSet.CalendarExceptionsRow
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim returnValue As CalendarDataSet.CalendarExceptionsRow

returnValue = instance.NewCalendarExceptionsRow()
public CalendarDataSet.CalendarExceptionsRow NewCalendarExceptionsRow()

Return Value

Type: [Calendar Web service].CalendarDataSet.CalendarExceptionsRow

See Also

Reference

CalendarDataSet.CalendarExceptionsDataTable Class

CalendarDataSet.CalendarExceptionsDataTable Members

Calendar Web Service