JAMS 6.x Help
Find(String) Method


The search specification.
Creates and loads a new AlertList.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal queryName As System.String _
) As System.Collections.Generic.ICollection(Of Alert)
'Usage
 
Dim queryName As System.String
Dim value As System.Collections.Generic.ICollection(Of Alert)
 
value = Alert.Find(queryName)
public static System.Collections.Generic.ICollection<Alert> Find( 
   System.string queryName
)

Parameters

queryName
The search specification.

Return Value

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

Alert Class
Alert Members
Overload List