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


In This Topic
    UseInheritedResponses Property (JobGroup)
    In This Topic
    Determines whether the Group will use Responses inherited from its parent Group.
    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