JAMS 6.x Help
Find Method (Cfg)


CfgName search specification.
The JAMS Server to search.
Creates and loads a new CfgList from a JAMS server.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal queryName As System.String, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of Cfg)
'Usage
 
Dim queryName As System.String
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of Cfg)
 
value = Cfg.Find(queryName, js)
public static System.Collections.Generic.ICollection<Cfg> Find( 
   System.string queryName,
   Server js
)

Parameters

queryName
CfgName search specification.
js
The JAMS Server to search.

Return Value

The new CfgList.
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

Cfg Class
Cfg Members