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