Touchstone Re 2023 API Reference
GeographyItems Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Common.Data Namespace > ReinsuranceAppliesToArea Class : GeographyItems Property
Contains a list of GeographyLeafItem objects that specify the geographic areas associated with the Applies to Area filter.
Syntax
Public Property GeographyItems As List(Of GeographyLeafItem)
Dim instance As ReinsuranceAppliesToArea
Dim value As List(Of GeographyLeafItem)
 
instance.GeographyItems = value
 
value = instance.GeographyItems
public List<GeographyLeafItem> GeographyItems {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

ReinsuranceAppliesToArea Class
ReinsuranceAppliesToArea Members