PrintQueueIndexedProperty Enumeration (System.Printing)

Switch View :
ScriptFree
.NET Framework Class Library
PrintQueueIndexedProperty Enumeration

Specifies the properties that are initialized when a PrintQueue object is constructed.

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

Visual Basic
Public Enumeration PrintQueueIndexedProperty
C#
public enum PrintQueueIndexedProperty
Visual C++
public enum class PrintQueueIndexedProperty
F#
type PrintQueueIndexedProperty
Members

Member name Description
Priority The priority of the print queue relative to other print queues serving the same printer.
Name The name of the print queue.
Description The description of the queue.
DefaultPrintTicket The default print ticket object.
UserPrintTicket The print ticket for the user.
SeparatorFile The path to the separator file.
QueueStatus The current status of the queue.
HostingPrintServer The host print server.
QueuePrintProcessor The print processor for the print queue.
QueuePort The printer port used by the print queue.
QueueDriver The printer driver for the queue.
QueueAttributes The attributes of the print queue.
NumberOfJobs The number of jobs in the print queue.
AveragePagesPerMinute The speed of the print queue.
UntilTimeOfDay The time of day that the queue stops printing jobs.
StartTimeOfDay The time of day that the queue begins printing its jobs.
Location The location of the physical printer.
Comment A comment specific to the print queue.
ShareName The share name of the queue.
DefaultPriority The default priority.
Version Information

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference