adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IApplicationIntegration Interface / Environment Property


In This Topic
    Environment Property
    In This Topic
    Gets the Job Variables for the job.
    Syntax
    'Declaration
     
    
    ReadOnly Property Environment As IJobVariableDictionary
    IJobVariableDictionary Environment {get;}
    property IJobVariableDictionary^ Environment {
       IJobVariableDictionary^ get();
    }
    Remarks
    This property is provided for backward compatibility only. It is identical to the JobVariables property, except that when adding variables, they are also added to the environment by default (whereas for JobVariables, they are not added to the environment by default).
    See Also