ResourceDataSet.CalendarExceptionsDataTable.NewCalendarExceptionsRow Method
Creates a row object in the CalendarExceptionsDataTable.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Function NewCalendarExceptionsRow As ResourceDataSet.CalendarExceptionsRow
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim returnValue As ResourceDataSet.CalendarExceptionsRow
returnValue = instance.NewCalendarExceptionsRow()
public ResourceDataSet.CalendarExceptionsRow NewCalendarExceptionsRow()
Return Value
Type: [Resource Web service].ResourceDataSet.CalendarExceptionsRow
See Also
Reference
ResourceDataSet.CalendarExceptionsDataTable Class