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


In This Topic
    UseInheritedResponses Property (Job)
    In This Topic
    Determines whether the job will execute Responses inherited from the Group or Queue
    Syntax
    'Declaration
     
    
    <ReservedForFutureUseAttribute()>
    Public Property UseInheritedResponses As Boolean
    [ReservedForFutureUse()]
    public bool UseInheritedResponses {get; set;}
    [ReservedForFutureUse()]
    public:
    property bool UseInheritedResponses {
       bool get();
       void set (    bool value);
    }
    See Also