Gets a zero-based index of the object identified by the specified key
            
 
    Namespace: 
   WorkflowGen.My.Collections
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic int IndexOf(
	Object key
)
Public Function IndexOf ( 
	key As Object
) As Integer
Parameters
- key
 - Type: SystemObject
The key to locate in the collection 
Return Value
Type: 
Int32The zero-based index of the element
See Also