Touchstone 11.0 API Reference
Units Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace : Units Enumeration
(Optional) Contains the numerical data units that Touchstone uses to define sums insured amounts.
Syntax
Public Enum Units 
   Inherits System.Enum
Dim instance As Units
public enum Units : System.Enum 
Members
MemberDescription
Billions The sums-insured values are in billions.
Millions The sums-insured values are in millions.
Ones The sums-insured values are in dollars.
Thousands The sums-insured values are in thousands.
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