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


In This Topic
    InheritHoldType Property (JobGroup)
    In This Topic
    Determines whether the group 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 AllowHoldTypeOverride set to true.
    See Also