Touchstone Re 2023 API Reference
AggregateExposures Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ExposureManagement.Data Namespace > ExposureSet Class : AggregateExposures Property
Contains the list of aggregated exposures included in the exposure set.

Aggregated exposures can include sums insured, number of risks, premium, rate, payroll, market share, loss market share, and custom line of business data.

Syntax
Public Property AggregateExposures As List(Of AggregateExposure)
Dim instance As ExposureSet
Dim value As List(Of AggregateExposure)
 
instance.AggregateExposures = value
 
value = instance.AggregateExposures
public List<AggregateExposure> AggregateExposures {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

ExposureSet Class
ExposureSet Members