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


In This Topic
    AllowHoldTypeOverride Property (JobGroup)
    In This Topic
    Determines whether jobs and groups in the group can override the HoldType
    Syntax
    'Declaration
     
    
    Public Property AllowHoldTypeOverride As Boolean
    public bool AllowHoldTypeOverride {get; set;}
    public:
    property bool AllowHoldTypeOverride {
       bool get();
       void set (    bool value);
    }
    Remarks
    If AllowHoldTypeOverride is false, jobs and groups in the group can have a more-restrictive HoldType but not a less-restrictive HoldType. If AllowHoldTypeOverride is true, jobs and groups can choose whether to inherit the setting from the queue (by using InheritHoldType and InheritHoldType).
    See Also