RuleManager.DisableRule(Type) Method

Definition

Disables the Rule of the particular Type from firing.

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

Parameters

ruleType
Type

The Type of Rule to disable.

Applies to