Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in