ProjectTimesheetLinesDataSet.CustomFieldsDataTable.RemoveCustomFieldsRow Method

Deletes the specified row object from the CustomFieldsDataTable.

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 ProjectTimesheetLinesDataSet.CustomFieldsRow _
)
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Dim row As ProjectTimesheetLinesDataSet.CustomFieldsRow

instance.RemoveCustomFieldsRow(row)
public void RemoveCustomFieldsRow(
    ProjectTimesheetLinesDataSet.CustomFieldsRow row
)

Parameters

See Also

Reference

ProjectTimesheetLinesDataSet.CustomFieldsDataTable Class

ProjectTimesheetLinesDataSet.CustomFieldsDataTable Members

TimeSheet Web Service