Rule::Active Property

 

Gets or sets a value that indicates whether the Rule should be evaluated.

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

public:
property bool Active {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the Rule should be evaluated; otherwise, false.

When set to false, this property is similar to commenting out the rule. The default is true.

.NET Framework
Available since 3.0
Return to top
Show: