PerformanceAdviser.IsRuleEnabled
Description:
Retrieves an enabled/disabled status for the given rule.
Retrieves an enabled/disabled status for the given rule.
Overloads (2):
IsRuleEnabled(Int32)
public bool IsRuleEnabled(
int index
)
-
Int32indexThe rule index to retrieve enabled/disabled status for.
Return Value
bool
True if rule is disabled, false otherwise.
-
The index is outside of acceptable range.