JAMS 6.x Help
EventList Property


List of Events that the Alert responds to.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Notification")>
<System.ComponentModel.DescriptionAttribute("List of Events that the Alert responds to.")>
<System.Xml.Serialization.XmlArrayItemAttribute(Type=MVPSI.JAMS.AlertEventId, ElementName="AlertEvent")>
Public Property EventList As AlertEventCollection
'Usage
 
Dim instance As Alert
Dim value As AlertEventCollection
 
instance.EventList = value
 
value = instance.EventList
[System.ComponentModel.Category("Notification")]
[System.ComponentModel.Description("List of Events that the Alert responds to.")]
[System.Xml.Serialization.XmlArrayItem(Type=MVPSI.JAMS.AlertEventId, ElementName="AlertEvent")]
public AlertEventCollection EventList {get; set;}
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