Touchstone Re 2023 API Reference
CreateCompany Property


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > AssociateExposureToCompanyOption Class : CreateCompany Property
(Optional) Indicates whether you want to create new company or use the existing company in Touchstone Re. If you select an existing company, choose whether to overwrite it or append to it.
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;}
Remarks
Default: False
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