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


In This Topic
    HoldType Property (JobGroup)
    In This Topic
    The hold type for the group
    Syntax
    'Declaration
     
    
    Public Property HoldType As HoldType
    public HoldType HoldType {get; set;}
    public:
    property HoldType HoldType {
       HoldType get();
       void set (    HoldType value);
    }
    Remarks
    The group's HoldType applies to all jobs within the group or its sub-groups. Use GetEffectiveHoldType to determine whether this group is held based on its own HoldType and the settings of its ancestor group(s).
    See Also