Touchstone 11.0 API Reference
ProgramAggregateLossResults Property


Air.Services.Proxy Assembly > AIR.Services.DataExport.Api Namespace > GetAnalyzeReAggregateLossResultsResponse Class : ProgramAggregateLossResults Property
Contains a list of the program aggregate loss analysis results that you can export to the Analyze Re application.

Each object in the list contains detailed information about one set of results.

Syntax
Public Property ProgramAggregateLossResults As List(Of ProgramAggregateLossResult)
Dim instance As GetAnalyzeReAggregateLossResultsResponse
Dim value As List(Of ProgramAggregateLossResult)
 
instance.ProgramAggregateLossResults = value
 
value = instance.ProgramAggregateLossResults
public List<ProgramAggregateLossResult> ProgramAggregateLossResults {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

GetAnalyzeReAggregateLossResultsResponse Class
GetAnalyzeReAggregateLossResultsResponse Members