Touchstone Re 2023 API Reference
ParentGeographicSid Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ExposureManagement.Data Namespace > AggregateExposure Class : ParentGeographicSid Property
Contains the unique system-generated sequential identifier for the parent geography record associated with the aggregated exposure. For example, the ParentGeographicSid for a postal code specifies the subarea code that corresponds to the postal code.
Syntax
Public Property ParentGeographicSid As Nullable(Of Integer)
Dim instance As AggregateExposure
Dim value As Nullable(Of Integer)
 
instance.ParentGeographicSid = value
 
value = instance.ParentGeographicSid
public Nullable<int> ParentGeographicSid {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

AggregateExposure Class
AggregateExposure Members