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