Touchstone Re 2023 API Reference
Catalogs Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > AggregateLossEventSet Class : Catalogs Property
Contains the list of the Catalogs associated with the Event Set. An event set may include event catalogs from various models.
Syntax
Public Property Catalogs As List(Of Catalog)
Dim instance As AggregateLossEventSet
Dim value As List(Of Catalog)
 
instance.Catalogs = value
 
value = instance.Catalogs
public List<Catalog> Catalogs {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

AggregateLossEventSet Class
AggregateLossEventSet Members