Touchstone 11.0 API Reference
FilterByEventIds Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace > FilterByEvent Class : FilterByEventIds Property
Contains a list of FilterByEventId objects that enable you to define an event filter by specifying the identifiers of the events to include.
Syntax
Public Property FilterByEventIds As List(Of FilterByEventId)
Dim instance As FilterByEvent
Dim value As List(Of FilterByEventId)
 
instance.FilterByEventIds = value
 
value = instance.FilterByEventIds
public List<FilterByEventId> FilterByEventIds {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

FilterByEvent Class
FilterByEvent Members