Touchstone Re 2023 API Reference
EventParameters Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Common.Data Namespace > ReinsuranceAppliesToEventsFilter Class : EventParameters Property
Contains a list of FilterByRule objects specify the event parameters associated with the Applies to Events filter.

You can view the supported event parameters in the tEventFilterRuleAttribute in the AIRReference database.

Syntax
Public Property EventParameters As List(Of FilterByRule)
Dim instance As ReinsuranceAppliesToEventsFilter
Dim value As List(Of FilterByRule)
 
instance.EventParameters = value
 
value = instance.EventParameters
public List<FilterByRule> EventParameters {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

ReinsuranceAppliesToEventsFilter Class
ReinsuranceAppliesToEventsFilter Members