AllowHoldTypeOverride Property (JobQueue)
In This Topic
Determines whether jobs in the queue can override the
HoldType
Syntax
'Declaration
Public Property AllowHoldTypeOverride As Boolean
public bool AllowHoldTypeOverride {get; set;}
public:
property bool AllowHoldTypeOverride {
bool get();
void set ( bool value);
}
See Also