WorkflowChanges.ConditionProperty Field

Definition

Specifies the condition that must be satisfied to apply the WorkflowChanges.

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ ConditionProperty;
public static readonly System.Workflow.ComponentModel.DependencyProperty ConditionProperty;
 staticval mutable ConditionProperty : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly ConditionProperty As DependencyProperty 

Field Value

Remarks

This property can be set on a root activity to disallow dynamic updates to the running workflow.

When the property is set on the root activity, and condition evaluates to false, the dynamic updates are disallowed on the workflow instance. If the condition evaluates to true, or the condition is not set, the dynamic updates are allowed.

You indirectly access each public property and event of this type by the resolution of a corresponding dependency property. This dependency property is the public static field named XProperty or XEvent, where X is the corresponding property.

Applies to