PrintServer.GetPrintQueues Method (String[], EnumeratedPrintQueueTypes[])
.NET Framework 4
Gets the collection of print queues, which are of the specified EnumeratedPrintQueueTypes and are initialized only in the specified properties.
Assembly: System.Printing (in System.Printing.dll)
public PrintQueueCollection GetPrintQueues( string[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag )
Parameters
- propertiesFilter
- Type: System.String[]
The names of the queue properties that are initialized.
- enumerationFlag
- Type: System.Printing.EnumeratedPrintQueueTypes[]
An array of values that represent the types of print queues that are returned in the collection.
Return Value
Type: System.Printing.PrintQueueCollectionA PrintQueueCollection of print queues of the specified types; each print queue has only the specified properties initialized.
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.