PrintQueue::Priority Property

 

Gets or sets the priority of the print queue relative to other print queues that are hosted by the same print server and that use the same physical printer.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
property int Priority {
	virtual int get();
	virtual void set(int value);
}

Property Value

Type: System::Int32

The priority for the print queue. Possible values are from 1 through 99. The default is 1.

Contrast this property with the DefaultPriority property which is about the relative priority of print jobs in the queue.

.NET Framework
Available since 3.0
Return to top
Show: