Touchstone Re 2023 API Reference
Relationships Property (UpdateProgramRelationshipsResponse)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Api Namespace > UpdateProgramRelationshipsResponse Class : Relationships Property
Contains the list of Reinsurance Program Relationships that you updated.

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 Relationships As List(Of ProgramRelationship)
Dim instance As UpdateProgramRelationshipsResponse
Dim value As List(Of ProgramRelationship)
 
instance.Relationships = value
 
value = instance.Relationships
public List<ProgramRelationship> Relationships {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

UpdateProgramRelationshipsResponse Class
UpdateProgramRelationshipsResponse Members