Touchstone Re 2023 API Reference
CompanySIDs Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompaniesExport.Data Namespace > CompaniesExportOptions Class : CompanySIDs Property
(Required) Contains the software-generated sequential identifier (SID) that uniquely identifies the Companies to export.
Syntax
Public Property CompanySIDs As List(Of Integer)
Dim instance As CompaniesExportOptions
Dim value As List(Of Integer)
 
instance.CompanySIDs = value
 
value = instance.CompanySIDs
public List<int> CompanySIDs {get; set;}
Remarks
You can use the GetCompanies() method to retrieve a list of the companies in a given business unit and SQL Server instance.
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

CompaniesExportOptions Class
CompaniesExportOptions Members