Touchstone Re 2023 API Reference
Units Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace : Units Enumeration
Provides a set of codes to indicate how sums insured is represented in the UNICEDE file.
Syntax
Public Enum Units 
   Inherits System.Enum
Dim instance As Units
public enum Units : System.Enum 
Members
MemberDescription
BillionsDefines the sums-insured values are in billions of dollars (4).
MillionsDefines the sums-insured values are in millions of dollars (3).
OnesDefines the sums-insured values are in dollars (1).
ThousandsDefines the sums-insured values are in thousands of dollars (2).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.DataExport.Data.Units

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

AIR.Services.DataExport.Data Namespace