Touchstone 11.0 API Reference
FilterByYears Property


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