Touchstone Re 2023 API Reference
CatBondAttributeValues Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Api Namespace > GetCatBondNotesValuesResponse Class : CatBondAttributeValues Property
Contains a list of catastrophe bond attribute values.

Each object in the list includes detailed information about one catastrophe bond attribute value.

Syntax
Public Property CatBondAttributeValues As List(Of CatBondAttributeValue)
Dim instance As GetCatBondNotesValuesResponse
Dim value As List(Of CatBondAttributeValue)
 
instance.CatBondAttributeValues = value
 
value = instance.CatBondAttributeValues
public List<CatBondAttributeValue> CatBondAttributeValues {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

GetCatBondNotesValuesResponse Class
GetCatBondNotesValuesResponse Members