Touchstone Re 2023 API Reference
EventLossFileLossNumberUnits Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Data Namespace > ConvertEventLossToUlfOptions Class : EventLossFileLossNumberUnits Property
(Optional) Indicates the monetary units such as ones, thousands, and millions in the input CSV file.
Syntax
Public Property EventLossFileLossNumberUnits As UnitType
Dim instance As ConvertEventLossToUlfOptions
Dim value As UnitType
 
instance.EventLossFileLossNumberUnits = value
 
value = instance.EventLossFileLossNumberUnits
public UnitType EventLossFileLossNumberUnits {get; set;}
Remarks
The event loss is expressed in Unit Type. Ones = 0 (Default) Thousands = 1 Millions = 2 Billions = 3
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

ConvertEventLossToUlfOptions Class
ConvertEventLossToUlfOptions Members