TimesheetDataSet.CustomFieldsDataTable.RemoveCustomFieldsRow Method
Deletes the specified row object from the CustomFieldsTable.
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 RemoveCustomFieldsRow ( _
row As TimesheetDataSet.CustomFieldsRow _
)
'Usage
Dim instance As TimesheetDataSet.CustomFieldsDataTable
Dim row As TimesheetDataSet.CustomFieldsRow
instance.RemoveCustomFieldsRow(row)
public void RemoveCustomFieldsRow(
TimesheetDataSet.CustomFieldsRow row
)
Parameters
- row
Type: [TimeSheet Web service].TimesheetDataSet.CustomFieldsRow
Contains the row that is to be deleted.
See Also
Reference
TimesheetDataSet.CustomFieldsDataTable Class