Public Property AggregateExposures As List(Of AggregateExposure)
Dim instance As ExposureSet Dim value As List(Of AggregateExposure) instance.AggregateExposures = value value = instance.AggregateExposures
public List<AggregateExposure> AggregateExposures {get; set;}