CalendarDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow method
Deletes the specified row from the CalendarDataSet.CalendarExceptionsDataTable.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcCalendar.CalendarDataSet.CalendarExceptionsRowContains the row that is to be deleted.
See also
Reference
CalendarDataSet.CalendarExceptionsDataTable class