Touchstone 11.0 API Reference
Results Property (GetLossAnalysisAnnualResultsResponse)


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Api Namespace > GetLossAnalysisAnnualResultsResponse Class : Results Property
Contains a list of Events and their corresponding Losses resulting from a Loss Analysis Annual Results.

Each object in this list contains detailed information about a specific EP distribution.

Syntax
Public Property Results As List(Of AnnualEPDistribution)
Dim instance As GetLossAnalysisAnnualResultsResponse
Dim value As List(Of AnnualEPDistribution)
 
instance.Results = value
 
value = instance.Results
public List<AnnualEPDistribution> Results {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

GetLossAnalysisAnnualResultsResponse Class
GetLossAnalysisAnnualResultsResponse Members