Touchstone Re 2023 API Reference
ReinsuranceCount Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : ReinsuranceCount Property
(Optional) Contains a count of the number of ceded Reinsurance Contracts (both treaty and facultative) that protect this Location.
Syntax
Public Property ReinsuranceCount As Integer
Dim instance As LocationBase
Dim value As Integer
 
instance.ReinsuranceCount = value
 
value = instance.ReinsuranceCount
public int ReinsuranceCount {get; set;}
Remarks
Specify a non-zero value for this property only for Reinsurance Contracts that contain terms that are unique for this Location. If the Policy contains a Layer, Reinsurance should be applied at the Layer level, not at the Location level.

If none, specify 0 for this property.

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

LocationBase Class
LocationBase Members