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

In This Topic
    SetJobVariable Method (IApplicationIntegration)
    In This Topic
    Adds or updates a Job Variable
    Syntax
    'Declaration
     
    
    Sub SetJobVariable( _
       ByVal name As String, _
       ByVal value As String _
    ) 
    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