WorkflowDataSet.WorkflowStageDataTable.NewWorkflowStageRow method
Creates a row in the WorkflowStageDataTable.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewWorkflowStageRow As WorkflowDataSet.WorkflowStageRow
'Usage
Dim instance As WorkflowDataSet.WorkflowStageDataTable
Dim returnValue As WorkflowDataSet.WorkflowStageRow
returnValue = instance.NewWorkflowStageRow()
public WorkflowDataSet.WorkflowStageRow NewWorkflowStageRow()
Return value
Type: WebSvcWorkflow.WorkflowDataSet.WorkflowStageRow
See also
Reference
WorkflowDataSet.WorkflowStageDataTable class