Touchstone 11.0 API Reference
ReinsurancePrograms Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Api Namespace > GetReinsuranceProgramsResponse Class : ReinsurancePrograms Property
Contains a list of all Reinsurance treaties associated with a Reinsurance Program within the specified Project.

Each object in this list contains information about a specific Reinsurance Program.

Syntax
Public Property ReinsurancePrograms As List(Of ReinsuranceProgram)
Dim instance As GetReinsuranceProgramsResponse
Dim value As List(Of ReinsuranceProgram)
 
instance.ReinsurancePrograms = value
 
value = instance.ReinsurancePrograms
public List<ReinsuranceProgram> ReinsurancePrograms {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

GetReinsuranceProgramsResponse Class
GetReinsuranceProgramsResponse Members