IWorkflowContext.WorkflowCategory Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

int WorkflowCategory { get; }
property int WorkflowCategory {
    int get();
}
abstract WorkflowCategory : int with get
ReadOnly Property WorkflowCategory As Integer

Property Value

Type: System.Int32

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

See Also

IWorkflowContext Interface
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright