Touchstone 11.0 API Reference
CreateCompany Property


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > AssociateExposureToCompanyOption Class : CreateCompany Property
(Optional) Indicates whether you want to create a new company or use an existing company in Touchstone Re. If you select an existing company, you must specify whether you want to overwrite the existing exposures in this company or append as new exposures.
Syntax
Public Property CreateCompany As Nullable(Of Boolean)
Dim instance As AssociateExposureToCompanyOption
Dim value As Nullable(Of Boolean)
 
instance.CreateCompany = value
 
value = instance.CreateCompany
public Nullable<bool> CreateCompany {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

AssociateExposureToCompanyOption Class
AssociateExposureToCompanyOption Members