adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / JobVariableCollection Class / Add Method
The Job Variable to add


In This Topic
    Add Method (JobVariableCollection)
    In This Topic
    Adds or updates a Job Variable
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub Add( _
       ByVal newVal As JobVariable _
    ) 
    public override void Add( 
       JobVariable newVal
    )
    public:
    void Add( 
       JobVariable^ newVal
    ) override 

    Parameters

    newVal
    The Job Variable to add
    Remarks
    If the collection already contains a variable with the same Name, the existing variable is replaced by the new one
    See Also