adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / JobVariableCollection Class / Add Method

In This Topic
    Add Method (JobVariableCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub Add( _
       ByVal newVal As JobVariable _
    ) 
    public override void Add( 
       JobVariable newVal
    )

    Parameters

    newVal
    See Also