Public Property GeographyItems As List(Of GeographyLeafItem)
Dim instance As ReinsuranceAppliesToArea Dim value As List(Of GeographyLeafItem) instance.GeographyItems = value value = instance.GeographyItems
public List<GeographyLeafItem> GeographyItems {get; set;}