WorkflowCompletedEventArgs.WorkflowDefinition Property

Definition

Gets an Activity that represents the workflow definition on completion of the workflow instance.

public:
 property System::Workflow::ComponentModel::Activity ^ WorkflowDefinition { System::Workflow::ComponentModel::Activity ^ get(); };
public System.Workflow.ComponentModel.Activity WorkflowDefinition { get; }
member this.WorkflowDefinition : System.Workflow.ComponentModel.Activity
Public ReadOnly Property WorkflowDefinition As Activity

Property Value

An Activity that represents the workflow definition on completion of the workflow instance.

Applies to