adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ApplicationIntegration Class / SetJobVariable Method
The name of the variable to add or update.
The value for the variable


In This Topic
    SetJobVariable Method
    In This Topic
    Adds or updates a Job Variable
    Syntax
    'Declaration
     
    
    Public Sub SetJobVariable( _
       ByVal name As String, _
       ByVal value As String _
    ) 
    public void SetJobVariable( 
       string name,
       string value
    )
    public:
    void SetJobVariable( 
       String^ name,
       String^ value
    ) 

    Parameters

    name
    The name of the variable to add or update.
    value
    The value for the variable
    Remarks
    The variable is only defined for the current execution of the job.
    See Also