Touchstone Re 2023 API Reference
CountryCodes Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Common.Data Namespace > ModelInfo Class : CountryCodes Property
Contains a list of codes that represent the countries included in the model.
Syntax
Public Property CountryCodes As List(Of Integer)
Dim instance As ModelInfo
Dim value As List(Of Integer)
 
instance.CountryCodes = value
 
value = instance.CountryCodes
public List<int> CountryCodes {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

ModelInfo Class
ModelInfo Members