Touchstone Re 2023 API Reference
Portfolios Property (GetPortfoliosResponse)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.PortfolioManagement.Api Namespace > GetPortfoliosResponse Class : Portfolios Property
Contains a list of Portfolios.

Each object in the list includes detailed information about one portfolio, for example, the system-generated sequential identifier (SID) for the portfolio.

Syntax
Public Property Portfolios As List(Of Portfolio)
Dim instance As GetPortfoliosResponse
Dim value As List(Of Portfolio)
 
instance.Portfolios = value
 
value = instance.Portfolios
public List<Portfolio> Portfolios {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

GetPortfoliosResponse Class
GetPortfoliosResponse Members