Touchstone Re 2023 API Reference
ProgramSids Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > MultiProgramAggregateLossAnalysisOptions Class : ProgramSids Property
(Required) Contains a list of the software-generated sequential identifiers (SID) that uniquely identify the Reinsurance Programs to include in the analysis.
Syntax
Public Property ProgramSids As List(Of Integer)
Dim instance As MultiProgramAggregateLossAnalysisOptions
Dim value As List(Of Integer)
 
instance.ProgramSids = value
 
value = instance.ProgramSids
public List<int> ProgramSids {get; set;}
Remarks
You can use the GetPrograms() method to retrieve a list of the programs in a given Touchstone Re Company.
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

MultiProgramAggregateLossAnalysisOptions Class
MultiProgramAggregateLossAnalysisOptions Members