Returns the index of the RuleError object in this list.
[Visual Basic] Public Function IndexOf( _ ByVal ruleError As RuleError _ ) As Integer [C#] public int IndexOf( RuleError ruleError ); [C++] public: int IndexOf( RuleError* ruleError ); [JScript] public function IndexOf( RuleError ruleError ): int;
The index of the ruleError.
RuleErrorList Class | XRules Namespace