Touchstone Re 2023 API Reference
Targets Property (Program)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace > Program Class : Targets Property
Contains a list of targets associated with the reinsurance program.

A target is the company loss file (CLF) set, exposure set, or CLF set and exposure set combination that a reinsurance program applies to.

Syntax
Public Property Targets As List(Of ProgramTarget)
Dim instance As Program
Dim value As List(Of ProgramTarget)
 
instance.Targets = value
 
value = instance.Targets
public List<ProgramTarget> Targets {get; set;}
Remarks
Touchstone Re 6.0 supports only one target.
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

Program Class
Program Members