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


In This Topic
    InheritHoldType Property (Job)
    In This Topic
    Determines whether the job inherits its parent group's HoldType
    Syntax
    'Declaration
     
    
    Public Property InheritHoldType As Boolean
    public bool InheritHoldType {get; set;}
    public:
    property bool InheritHoldType {
       bool get();
       void set (    bool value);
    }
    Remarks

    InheritHoldType does not have any effect unless all parent groups have JobGroup.AllowHoldTypeOverride set to true.

    When InheritHoldType is true, the effective hold type for the job is the job's HoldType combined with the parent group's EffectiveHoldType

    See Also