Touchstone Re 2023 API Reference
ProgramRelationships Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Api Namespace > GetExistingProgramRelationshipsResponse Class : ProgramRelationships Property
Contains a list of Reinsurance Program Relationships.

Each object in the list includes detailed information about one relationship, for example, the subject program, the sourcing or inuring program, and the participation level associated with the relationship.

Syntax
Public Property ProgramRelationships As List(Of ProgramRelationship)
Dim instance As GetExistingProgramRelationshipsResponse
Dim value As List(Of ProgramRelationship)
 
instance.ProgramRelationships = value
 
value = instance.ProgramRelationships
public List<ProgramRelationship> ProgramRelationships {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

GetExistingProgramRelationshipsResponse Class
GetExistingProgramRelationshipsResponse Members