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