adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / GetEffectiveAllowHoldTypeOverride Method


In This Topic
    GetEffectiveAllowHoldTypeOverride Method (JobQueue)
    In This Topic
    Gets the effective AllowHoldTypeOverride for the queue
    Syntax
    'Declaration
     
    
    Public Function GetEffectiveAllowHoldTypeOverride() As Boolean
    public bool GetEffectiveAllowHoldTypeOverride()
    public:
    bool GetEffectiveAllowHoldTypeOverride(); 
    Remarks
    For a JobQueue, this is currently the same as the AllowHoldTypeOverride, but this may change in the future.
    See Also