IADsPrintQueue Property: DefaultJobPriority

Property Name
DefaultJobPriority

Property Type
Long

Description
Gets and sets the default priority assigned to each print job. This indicates that every job that is spooled to the queue is assigned this priority.

Valid values
Valid values are from 1 to 99, where 1 is the lowest priority and 99 is the highest priority.

Example

Dim PrintQueue As IADsPrintQueue
'Get the interface
Set PrintQueue = GetObject ("NTDS://MSFT/MOON/HP DeskJet 500C")
'Get DefaultJobPriority property
Debug.Print PrintQueue.DefaultJobPriority
'Set the DefaultJobPriority property
PrintQueue.DefaultJobPriority = 1
'Commit the changes
PrintQueue.SetInfo

 

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.