ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow Method
Deletes the specified row object from the CalendarExceptionsDataTable.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Sub RemoveCalendarExceptionsRow ( _
row As ResourceDataSet.CalendarExceptionsRow _
)
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim row As ResourceDataSet.CalendarExceptionsRow
instance.RemoveCalendarExceptionsRow(row)
public void RemoveCalendarExceptionsRow(
ResourceDataSet.CalendarExceptionsRow row
)
Parameters
- row
Type: [TimeSheet Web service].ResourceDataSet.CalendarExceptionsRow
Contains the row to delete.
See Also
Reference
ResourceDataSet.CalendarExceptionsDataTable Class