PerformanceAdviser.IsRuleEnabled(Int32)
Method
Description:
Retrieves an enabled/disabled status for the given rule.
Retrieves an enabled/disabled status for the given rule.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The rule index to retrieve enabled/disabled status for. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if rule is disabled, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The index is outside of acceptable range. |