CalendarDataSet.CalendarsDataTable.NewCalendarsRow Method
Creates a row object in the CalendarDataSet.CalendarsDataTable.
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 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: [Calendar Web service].CalendarDataSet.CalendarsRow
See Also
Reference
CalendarDataSet.CalendarsDataTable Class