Touchstone 11.0 API Reference
ContractResults Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetExposureConcentrationAnalysisContractResultsResponse Class : ContractResults Property
Contains a list of the Contract Results that you requested using the GetExposureConcentrationAnalysisContractResults() method.
Syntax
Public Property ContractResults As List(Of ContractResult)
Dim instance As GetExposureConcentrationAnalysisContractResultsResponse
Dim value As List(Of ContractResult)
 
instance.ContractResults = value
 
value = instance.ContractResults
public List<ContractResult> ContractResults {get; set;}
Remarks
Each Contract Result in the list could have a Ring, Zone, or Event accumulator. In addition, each Contract Result in the list contains the Contract ID, name of the insured, and accumulator type, as well as the total risk count and the total replacement value of the insured properties in the specified Contract.
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

GetExposureConcentrationAnalysisContractResultsResponse Class
GetExposureConcentrationAnalysisContractResultsResponse Members