RuleManager.EnableRule(Type) Method

Definition

Enables the Rule of the particular Type to fire.

public:
 void EnableRule(Type ^ ruleType);
public void EnableRule (Type ruleType);
member this.EnableRule : Type -> unit
Public Sub EnableRule (ruleType As Type)

Parameters

ruleType
Type

The Type of Rule to enable.

Applies to