AlertList Property
Description
The list of user alerts.
Property type
Read-only property
Syntax
Visual Basic
Public Property AlertList( _
   ByVal EntityType As String, _
   Optional ByVal NeedRefresh As Boolean = False _
) As List
Parameters
EntityType
One of: "ALL", "TEST", "TESTCYCL", or "BUG".
NeedRefresh
If True, refresh the local cache from the project database.
Remarks

AlertList returns only the Alert objects of type Alert. Follow-up records are ignored. The AlertType of the objects in the list returned by AlertList is undefined.

See Also