Touchstone Re 2023 API Reference
UnitType Enumeration


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Data Namespace : UnitType Enumeration
(Optional) Indicates the monetary units such as ones, thousands, and millions in the input CSV file. Default = Ones
Syntax
Public Enum UnitType 
   Inherits System.Enum
Dim instance As UnitType
public enum UnitType : System.Enum 
Members
MemberDescription
BillionsIndicates billions as unit type.
MillionsIndicates millions as unit type.
OnesIndicates ones as unit type.
ThousandsIndicates thousands as unit type.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Reinsurance.CompanyLossSetManagement.Data.UnitType

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.Reinsurance.CompanyLossSetManagement.Data Namespace