Determines the index of the Ruleset object specified by 'ruleset'. This method is the wrapper of the 'IndexOf' method of the IList interface. Its benefit is to use object of type 'Ruleset' instead of objects of type 'Object'.
[Visual Basic] Public Function IndexOf( _ ByVal ruleset As Ruleset _ ) As Integer [C#] public int IndexOf( Ruleset ruleset ); [C++] public: int IndexOf( Ruleset* ruleset ); [JScript] public function IndexOf( Ruleset ruleset ): int;
The index of the ruleset.
RulesetList Class | XRules Namespace