WorkflowDataSet.WorkflowAssociationDataTable.AddWorkflowAssociationRow Method (Guid, String, String)
Adds a WorkflowAssociationRow object to the WorkflowAssociationDataTable.by using separate parameters.
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 Function AddWorkflowAssociationRow ( _
WORKFLOW_ASSOCIATION_UID As Guid, _
WORKFLOW_ASSOCIATION_NAME As String, _
WORKFLOW_ASSOCIATION_DESCRIPTION As String _
) As WorkflowDataSet.WorkflowAssociationRow
'Usage
Dim instance As WorkflowDataSet.WorkflowAssociationDataTable
Dim WORKFLOW_ASSOCIATION_UID As Guid
Dim WORKFLOW_ASSOCIATION_NAME As String
Dim WORKFLOW_ASSOCIATION_DESCRIPTION As String
Dim returnValue As WorkflowDataSet.WorkflowAssociationRow
returnValue = instance.AddWorkflowAssociationRow(WORKFLOW_ASSOCIATION_UID, _
WORKFLOW_ASSOCIATION_NAME, WORKFLOW_ASSOCIATION_DESCRIPTION)
public WorkflowDataSet.WorkflowAssociationRow AddWorkflowAssociationRow(
Guid WORKFLOW_ASSOCIATION_UID,
string WORKFLOW_ASSOCIATION_NAME,
string WORKFLOW_ASSOCIATION_DESCRIPTION
)
Parameters
- WORKFLOW_ASSOCIATION_UID
Type: System.Guid
Contains the workflow association GUID.
- WORKFLOW_ASSOCIATION_NAME
Type: System.String
Contains the workflow association name.
- WORKFLOW_ASSOCIATION_DESCRIPTION
Type: System.String
Contains the workflow association description.
Return Value
Type: [Workflow Web service].WorkflowDataSet.WorkflowAssociationRow
Remarks
In general, developers should use the AddWorkflowAssociationRow overload.
See Also
Reference
WorkflowDataSet.WorkflowAssociationDataTable Class
WorkflowDataSet.WorkflowAssociationDataTable Members