adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / JobVariableCollection Class / Add Method / Add(JobVariable) Method
The variable to add. The Name must be unique.


In This Topic
    Add(JobVariable) Method
    In This Topic
    Adds a variable to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Sub Add( _
       ByVal newVal As JobVariable _
    ) 
    public override void Add( 
       JobVariable newVal
    )
    public:
    void Add( 
       JobVariable^ newVal
    ) override 

    Parameters

    newVal
    The variable to add. The Name must be unique.
    Exceptions
    ExceptionDescription
    Thrown if the collection already contains a variable with the same Name.
    See Also