Erweitern Minimieren
Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

PrintQueue.Priority-Eigenschaft

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)

public virtual int Priority { get; set; }
/** @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.

Microsoft .NET Framework 3.0 wird unter Windows Vista, Microsoft Windows XP SP2 und Windows Server 2003 SP1 unterstützt.

.NET Framework

Unterstützt in: 3.0
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
Microsoft führt eine Onlineumfrage durch, um Ihre Meinung zur MSDN-Website zu erfahren. Wenn Sie sich zur Teilnahme entscheiden, wird Ihnen die Onlineumfrage angezeigt, sobald Sie die MSDN-Website verlassen.

Möchten Sie an der Umfrage teilnehmen?
© 2013 Microsoft. Alle Rechte vorbehalten.