adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / GetRequiredHoldType Method


In This Topic
    GetRequiredHoldType Method (JobGroup)
    In This Topic
    Returns the HoldType options that are required for all children of this group.
    Syntax
    'Declaration
     
    
    Public Function GetRequiredHoldType() As HoldType
    public HoldType GetRequiredHoldType()
    public:
    HoldType GetRequiredHoldType(); 
    Remarks
    The return value is the HoldType options that are set at this level and/or parent levels where AllowHoldTypeOverride is false.
    See Also