CalendarDataSet.CalendarsDataTable.NewCalendarsRow method
Creates a row object in the CalendarDataSet.CalendarsDataTable.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewCalendarsRow As CalendarDataSet.CalendarsRow
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim returnValue As CalendarDataSet.CalendarsRow
returnValue = instance.NewCalendarsRow()
public CalendarDataSet.CalendarsRow NewCalendarsRow()
Return value
Type: WebSvcCalendar.CalendarDataSet.CalendarsRow
See also
Reference
CalendarDataSet.CalendarsDataTable class