adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ResponseParameters Class / JobVariables Property

In This Topic
    JobVariables Property (ResponseParameters)
    In This Topic
    Job Variables to be set before the Responses are invoked.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property JobVariables As Dictionary(Of String,String)
    [DataMember()]
    public Dictionary<string,string> JobVariables {get;}
    See Also