adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / JobVariableCollection Class / IndexOf Method / IndexOf(String) Method
The name of the variable to find (case-insensitive).


In This Topic
    IndexOf(String) Method
    In This Topic
    Gets the index of the variable with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal variableName As String _
    ) As Integer
    public int IndexOf( 
       string variableName
    )
    public:
    int IndexOf( 
       String^ variableName
    ) 

    Parameters

    variableName
    The name of the variable to find (case-insensitive).

    Return Value

    The index, or -1 if no matching variable is found.
    See Also