adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / Responses Property


In This Topic
    Responses Property (Job)
    In This Topic
    The responses that are defined for this job
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Responses As ResponseCollection
    public ResponseCollection Responses {get;}
    public:
    property ResponseCollection^ Responses {
       ResponseCollection^ get();
    }
    Remarks
    This collection contains only the responses defined explicitly for the job, at the job level. The job will also execute responses inherited from the Group and Queue, and steps may define additional responses.
    See Also