ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow Method
Deletes the specified row object from the CalendarExceptionsDataTable.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.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: [Workflow Web service].ResourceDataSet.CalendarExceptionsRow
Contains the row that is to be deleted.
See Also
Reference
ResourceDataSet.CalendarExceptionsDataTable Class