IWorkflowContext.WorkflowCategory Property

Definition

Gets the process category information of the process instance: workflow or dialog.

public:
 property int WorkflowCategory { int get(); };
public int WorkflowCategory { get; }
member this.WorkflowCategory : int
Public ReadOnly Property WorkflowCategory As Integer

Property Value

The process category information of the process instance: workflow or dialog.

Applies to