GetEffectiveHoldType Method (JobGroup)
In This Topic
Gets the effective HoldType for the group (combining the HoldType for the group and ancestor groups).
Gets the effective settings for the HoldType by combining the group's HoldType with the HoldType
of the parent group hierarchy.
Syntax
'Declaration
Public Function GetEffectiveHoldType() As HoldType
public HoldType GetEffectiveHoldType()
public:
HoldType GetEffectiveHoldType();
See Also