JAMS 6.x Help
Find Method (SetupAT)


Returns a list of Setup versions based on setupID
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal setup_id As System.Integer, _
   ByVal server As Server _
) As System.Collections.Generic.ICollection(Of SetupAT)
'Usage
 
Dim setup_id As System.Integer
Dim server As Server
Dim value As System.Collections.Generic.ICollection(Of SetupAT)
 
value = SetupAT.Find(setup_id, server)
public static System.Collections.Generic.ICollection<SetupAT> Find( 
   System.int setup_id,
   Server server
)

Parameters

setup_id
server
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

SetupAT Class
SetupAT Members

Send Feedback