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


In This Topic
    Remove(String) Method
    In This Topic
    Removes the variable with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal variableName As String _
    ) As Boolean
    public bool Remove( 
       string variableName
    )
    public:
    bool Remove( 
       String^ variableName
    ) 

    Parameters

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

    Return Value

    True if the variable was removed, or False if no variable exists with that name.
    See Also