Touchstone Re 2023 API Reference
GeographySids Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Common.Data Namespace > ReinsuranceAppliesToEventsFilter Class : GeographySids Property
Contains a list of the software-generated sequential identifiers (SIDs) that uniquely identify the geographic areas associated with the Applies to Events filter.
Syntax
Public Property GeographySids As List(Of Integer)
Dim instance As ReinsuranceAppliesToEventsFilter
Dim value As List(Of Integer)
 
instance.GeographySids = value
 
value = instance.GeographySids
public List<int> GeographySids {get; set;}
Remarks
You can reference to tGeography table in the AIRGeography database to identify the SIDs to associate with the Applies to Events filter.
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

ReinsuranceAppliesToEventsFilter Class
ReinsuranceAppliesToEventsFilter Members