CalendarDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow Method
Deletes the specified row from 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 Sub RemoveCalendarExceptionsRow ( _
row As CalendarDataSet.CalendarExceptionsRow _
)
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim row As CalendarDataSet.CalendarExceptionsRow
instance.RemoveCalendarExceptionsRow(row)
public void RemoveCalendarExceptionsRow(
CalendarDataSet.CalendarExceptionsRow row
)
Parameters
- row
Type: [Calendar Web service].CalendarDataSet.CalendarExceptionsRow
Contains the row that is to be deleted.
See Also
Reference
CalendarDataSet.CalendarExceptionsDataTable Class