Share via


SyncDataSet.SyncItemTaskMappingsDataTable.RemoveSyncItemTaskMappingsRow Method

Deletes the specified row object from the SyncItemTaskMappingsDataTable.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Sub RemoveSyncItemTaskMappingsRow ( _
    row As SyncDataSet.SyncItemTaskMappingsRow _
)
'Usage
Dim instance As SyncDataSet.SyncItemTaskMappingsDataTable
Dim row As SyncDataSet.SyncItemTaskMappingsRow

instance.RemoveSyncItemTaskMappingsRow(row)
public void RemoveSyncItemTaskMappingsRow(
    SyncDataSet.SyncItemTaskMappingsRow row
)

Parameters

See Also

Reference

SyncDataSet.SyncItemTaskMappingsDataTable Class

SyncDataSet.SyncItemTaskMappingsDataTable Members

Project Web Service