Touchstone Re 2023 API Reference
TemplateCodes Property (GetLossAnalysisExportTemplatesResponse)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Api Namespace > GetLossAnalysisExportTemplatesResponse Class : TemplateCodes Property
Contains a list of codes of the template files that group and organize the Loss Analysis Export data.

Each object in this list contains detailed information about a specific code.

Syntax
Public Property TemplateCodes As List(Of ExportReportTemplateCode)
Dim instance As GetLossAnalysisExportTemplatesResponse
Dim value As List(Of ExportReportTemplateCode)
 
instance.TemplateCodes = value
 
value = instance.TemplateCodes
public List<ExportReportTemplateCode> TemplateCodes {get; set;}
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

GetLossAnalysisExportTemplatesResponse Class
GetLossAnalysisExportTemplatesResponse Members