Touchstone Re 2023 API Reference
DefaultExposureSetSid Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyManagement.Data Namespace > Company Class : DefaultExposureSetSid Property
Contains the unique system-generated identifier for the default exposure set associated with the company.
Syntax
Public Property DefaultExposureSetSid As Nullable(Of Integer)
Dim instance As Company
Dim value As Nullable(Of Integer)
 
instance.DefaultExposureSetSid = value
 
value = instance.DefaultExposureSetSid
public Nullable<int> DefaultExposureSetSid {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

Company Class
Company Members