RuleManager.EnableRule(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.