SyncDataSet.SyncItemTaskMappingsDataTable.AddSyncItemTaskMappingsRow Method (SyncDataSet.SyncItemTaskMappingsRow)
Adds a SyncItemTaskMappingsRow object to 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
'Declaration
Public Sub AddSyncItemTaskMappingsRow ( _
row As SyncDataSet.SyncItemTaskMappingsRow _
)
'Usage
Dim instance As SyncDataSet.SyncItemTaskMappingsDataTable
Dim row As SyncDataSet.SyncItemTaskMappingsRow
instance.AddSyncItemTaskMappingsRow(row)
public void AddSyncItemTaskMappingsRow(
SyncDataSet.SyncItemTaskMappingsRow row
)
- row
Type: [Project Web service].SyncDataSet.SyncItemTaskMappingsRow
Contains the sync item task mappings row that is to be added.
SyncDataSet.SyncItemTaskMappingsDataTable Class
SyncDataSet.SyncItemTaskMappingsDataTable Members