WorkflowDataSet.WorkflowStageRow.WorkflowPhaseRow property
Gets or sets the workflow phase information.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WorkflowPhaseRow As WorkflowDataSet.WorkflowPhaseRow
Get
Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStageRow
Dim value As WorkflowDataSet.WorkflowPhaseRow
value = instance.WorkflowPhaseRow
instance.WorkflowPhaseRow = value
public WorkflowDataSet.WorkflowPhaseRow WorkflowPhaseRow { get; set; }
Property value
Type: WebSvcWorkflow.WorkflowDataSet.WorkflowPhaseRow
See also
Reference
WorkflowDataSet.WorkflowStageRow class