adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / JobVariableCollection Class / AddOrReplace(JobVariable) Method
The variable to add. If the collection already contains a variable with the same Name it is replaced.


In This Topic
    AddOrReplace(JobVariable) Method
    In This Topic
    Adds a variable to the collection or replaces the existing variable with the same Name.
    Syntax
    'Declaration
     
    
    Public Sub AddOrReplace( _
       ByVal newVal As JobVariable _
    ) 
    public void AddOrReplace( 
       JobVariable newVal
    )
    public:
    void AddOrReplace( 
       JobVariable^ newVal
    ) 

    Parameters

    newVal
    The variable to add. If the collection already contains a variable with the same Name it is replaced.
    See Also