Touchstone 11.0 API Reference
ExportOptions Property (SubmitAssociateExposureToCompanyRequest)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Api Namespace > SubmitAssociateExposureToCompanyRequest Class : ExportOptions Property
(Required) Contains the CompanyExposureAssociationOptions object that specifies the destination and other characteristics of the exposures that you want to directly associate to a Touchstone Re company.
Syntax
Public Property ExportOptions As CompanyExposureAssociationOptions
Dim instance As SubmitAssociateExposureToCompanyRequest
Dim value As CompanyExposureAssociationOptions
 
instance.ExportOptions = value
 
value = instance.ExportOptions
public CompanyExposureAssociationOptions 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

SubmitAssociateExposureToCompanyRequest Class
SubmitAssociateExposureToCompanyRequest Members