Touchstone 11.0 API Reference
EventResults Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetEventExposureConcentrationAnalysisResultsResponse Class : EventResults Property
Contains a list of the Event Results that you requested using the GetEventExposureConcentrationAnalysisResults() method.
Syntax
Public Property EventResults As List(Of EventResult)
Dim instance As GetEventExposureConcentrationAnalysisResultsResponse
Dim value As List(Of EventResult)
 
instance.EventResults = value
 
value = instance.EventResults
public List<EventResult> EventResults {get; set;}
Remarks
Each Event Result in the list contains the Event Result ID, name, and peril description, as well as the total risk count and the total replacement value of the insured properties due to the damage caused by the Event.
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

GetEventExposureConcentrationAnalysisResultsResponse Class
GetEventExposureConcentrationAnalysisResultsResponse Members