Touchstone Re 2023 API Reference
AggregateExposureSets Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyManagement.Api Namespace > GetExposureSetsResponse Class : AggregateExposureSets Property
Contains a list of exposure sets.

Each object in the list includes detailed information about one exposure set, for example, the name and description of the exposure set.

Syntax
Public Property AggregateExposureSets As List(Of AggregateExposureSet)
Dim instance As GetExposureSetsResponse
Dim value As List(Of AggregateExposureSet)
 
instance.AggregateExposureSets = value
 
value = instance.AggregateExposureSets
public List<AggregateExposureSet> AggregateExposureSets {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

GetExposureSetsResponse Class
GetExposureSetsResponse Members