Touchstone Re 2023 API Reference
TargetYears Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : TargetYears Enumeration
Provides a set of number of years options that you can use to specify the target number of years within the ClfExportOptions object.
Syntax
Public Enum TargetYears 
   Inherits System.Enum
Dim instance As TargetYears
public enum TargetYears : System.Enum 
Members
MemberDescription
Y100kDefines a number of years target of 100,000 years (100000).
Y10kDefines a number of years target of 10,000 years (10000).
Y500kDefines a number of years target of 500,000 years (500000).
Y50kDefines a number of years target of 50,000 years (50000).
Remarks
You use the target number of years option that you specify in the ClfExportOptions object to set the desired export options when submitting a request to export the results of a Detailed Loss Analysis to a Company Loss File (CLF™) using the SubmitClfExport() method.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Data.TargetYears

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.Common.Data Namespace