Touchstone Re 2023 API Reference
ValidationResults Property (VerifyChinaExposureResponse)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.DataImport.Api Namespace > VerifyChinaExposureResponse Class : ValidationResults Property
Contains a list of File Validation Log objects. Each object in the list contains a warning, error, or informational message about a line in the comma-separated values (CSV) file that you included in the validation job.
Syntax
Public Property ValidationResults As List(Of FileValidationLog)
Dim instance As VerifyChinaExposureResponse
Dim value As List(Of FileValidationLog)
 
instance.ValidationResults = value
 
value = instance.ValidationResults
public List<FileValidationLog> ValidationResults {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

VerifyChinaExposureResponse Class
VerifyChinaExposureResponse Members