WorkflowDataSet.WorkflowAssociationDataTable.RemoveWorkflowAssociationRow Method
Deletes the specified row from the WorkflowAssociationDataTable.
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 RemoveWorkflowAssociationRow ( _
row As WorkflowDataSet.WorkflowAssociationRow _
)
'Usage
Dim instance As WorkflowDataSet.WorkflowAssociationDataTable
Dim row As WorkflowDataSet.WorkflowAssociationRow
instance.RemoveWorkflowAssociationRow(row)
public void RemoveWorkflowAssociationRow(
WorkflowDataSet.WorkflowAssociationRow row
)
Parameters
- row
Type: [Workflow Web service].WorkflowDataSet.WorkflowAssociationRow
Contains the row that is to be deleted.
See Also
Reference
WorkflowDataSet.WorkflowAssociationDataTable Class