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