InheritHoldType Property (JobGroup)
In This Topic
Determines whether the group inherits its parent group's HoldType
Syntax
'Declaration
Public Property InheritHoldType As Boolean
public bool InheritHoldType {get; set;}
public:
property bool InheritHoldType {
bool get();
void set ( bool value);
}
See Also