Touchstone Re 2023 API Reference
OutputOptions Property (AggregateLossAnalysisOptionsBase)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > AggregateLossAnalysisOptionsBase Class : OutputOptions Property
(Required) Contains the PortfolioLossOutputOptions object that enables you to configure the analysis job. For example, the object enables you to specify whether to save losses by line of business.
Syntax
Public Property OutputOptions As PortfolioLossOutputOptions
Dim instance As AggregateLossAnalysisOptionsBase
Dim value As PortfolioLossOutputOptions
 
instance.OutputOptions = value
 
value = instance.OutputOptions
public PortfolioLossOutputOptions OutputOptions {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

AggregateLossAnalysisOptionsBase Class
AggregateLossAnalysisOptionsBase Members