Returns the zero-based index of the first occurrence of a value
            in the AssocNavigationRefs or in a portion of it.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public virtual int IndexOf( Object item ) | 
| Visual Basic | 
|---|
| Public Overridable Function IndexOf ( _ item As Object _ ) As Integer | 
| Visual C++ | 
|---|
| public: virtual int IndexOf( Object^ item ) | 
Parameters
- item
- Type: System..::..Object
 The Object to locate in the AssocNavigationRefs.





