CalendarDataSet.CalendarExceptionsDataTable.NewCalendarExceptionsRow method
Creates a row in the CalendarDataSet.CalendarExceptionsDataTable.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcCalendar.CalendarDataSet.CalendarExceptionsRow
See also
Reference
CalendarDataSet.CalendarExceptionsDataTable class