Rule::Condition Property

 

Gets or sets a RuleCondition for the Rule to evaluate.

Namespace:   System.Workflow.Activities.Rules
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
property RuleCondition^ Condition {
	RuleCondition^ get();
	void set(RuleCondition^ value);
}

Property Value

Type: System.Workflow.Activities.Rules::RuleCondition^

A RuleCondition for the Rule to evaluate.

.NET Framework
Available since 3.0
Return to top
Show: