'Declaration Public Property MonthlyBackgrounds As IList(Of MonthlyBackgroundData)
'Usage Dim instance As MultiCalendar Dim value As IList(Of MonthlyBackgroundData) instance.MonthlyBackgrounds = value value = instance.MonthlyBackgrounds
public IList<MonthlyBackgroundData> MonthlyBackgrounds {get; set;}