Touchstone Re 2023 API Reference
CreateExpSet Property


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