Touchstone 11.0 API Reference
ExportOptions Property (SubmitExportProgramDlfCsvRequest)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Api Namespace > SubmitExportProgramDlfCsvRequest Class : ExportOptions Property
(Required) Contains the AggregateLossAnalysisDlfExportOptions object that enables you to configure the detailed loss file (DLF) export job. For example, the object enables you to specify the destination of the DLF and the financial perspective that Touchstone Re includes in the DLF.
Syntax
Public Property ExportOptions As AggregateLossAnalysisDlfExportOptions
Dim instance As SubmitExportProgramDlfCsvRequest
Dim value As AggregateLossAnalysisDlfExportOptions
 
instance.ExportOptions = value
 
value = instance.ExportOptions
public AggregateLossAnalysisDlfExportOptions ExportOptions {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

SubmitExportProgramDlfCsvRequest Class
SubmitExportProgramDlfCsvRequest Members