Touchstone 11.0 API Reference
CreateExpSet Property


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > AssociateExposureToCompanyOption Class : CreateExpSet Property
(Optional) Indicates whether you want to create a new exposure set or use an existing exposure set when associating exposures to a company in Touchstone Re.
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;}
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