Touchstone Re 2023 API Reference
ParticipationAmount Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace > ProgramRelationship Class : ParticipationAmount Property
(Optional) Contains the participation amount assciated with the relationship as a decimal. For example, a value of .5 indicates a participation amount of 50 percent.
Syntax
Public Property ParticipationAmount As Nullable(Of Double)
Dim instance As ProgramRelationship
Dim value As Nullable(Of Double)
 
instance.ParticipationAmount = value
 
value = instance.ParticipationAmount
public Nullable<double> ParticipationAmount {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

ProgramRelationship Class
ProgramRelationship Members