Public Property SummaryOfRecordsImported As List(Of StatisticsData)
Dim instance As ImportStatisticsData Dim value As List(Of StatisticsData) instance.SummaryOfRecordsImported = value value = instance.SummaryOfRecordsImported
public List<StatisticsData> SummaryOfRecordsImported {get; set;}