RuleSet.ChainingBehavior Property

Definition

Gets or sets the forward chaining behavior for the Rule classes in the RuleSet.

public:
 property System::Workflow::Activities::Rules::RuleChainingBehavior ChainingBehavior { System::Workflow::Activities::Rules::RuleChainingBehavior get(); void set(System::Workflow::Activities::Rules::RuleChainingBehavior value); };
public System.Workflow.Activities.Rules.RuleChainingBehavior ChainingBehavior { get; set; }
member this.ChainingBehavior : System.Workflow.Activities.Rules.RuleChainingBehavior with get, set
Public Property ChainingBehavior As RuleChainingBehavior

Property Value

The RuleChainingBehavior for the Rule classes in the RuleSet.

Applies to