JAMS 6.x Help
Find() Method


Creates and loads a new PrintQueueList.
Syntax
'Declaration
 
Public Overloads Shared Function Find() As System.Collections.Generic.ICollection(Of PrintQueue)
'Usage
 
Dim value As System.Collections.Generic.ICollection(Of PrintQueue)
 
value = PrintQueue.Find()
public static System.Collections.Generic.ICollection<PrintQueue> Find()

Return Value

The new PrintQueueList
Requirements

Target 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

See Also

Reference

PrintQueue Class
PrintQueue Members
Overload List