PrintQueue.Priority-Eigenschaft
.NET Framework 3.0
Gets or sets a value that indicates 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)
Assembly: System.Printing (in system.printing.dll)
/** @property */ public int get_Priority () /** @property */ public void set_Priority (int inPriority)
public function get Priority () : int public function set Priority (inPriority : int)
Nicht zutreffend.
Eigenschaftenwert
An Int32 specifying 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.