Touchstone Re 2023 API Reference
ProgramFilter Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > MultiProgramAggregateLossAnalysisOptions Class : ProgramFilter Property
(Optional) Contains a Filter object that specifies the types of reinsurance treaties (or Layers) to include or exclude from the analysis.

For example, you can filter treaties by inception date.

Syntax
Public Property ProgramFilter As Filter
Dim instance As MultiProgramAggregateLossAnalysisOptions
Dim value As Filter
 
instance.ProgramFilter = value
 
value = instance.ProgramFilter
public Filter ProgramFilter {get; set;}
Remarks
Default: Null
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

MultiProgramAggregateLossAnalysisOptions Class
MultiProgramAggregateLossAnalysisOptions Members