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