Touchstone Re 2023 API Reference
LayerSids Property (AddPortfolioLayersRequest)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.PortfolioManagement.Api Namespace > AddPortfolioLayersRequest Class : LayerSids Property
(Required) Contains the system-generated sequential identifiers (SIDs) that identify the reinsurance treaties (or Layers) to add to the Static Portfolio.
Syntax
Public Property LayerSids As List(Of Integer)
Dim instance As AddPortfolioLayersRequest
Dim value As List(Of Integer)
 
instance.LayerSids = value
 
value = instance.LayerSids
public List<int> LayerSids {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

AddPortfolioLayersRequest Class
AddPortfolioLayersRequest Members